Skip to content

Commit

Permalink
add 303.9 frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
MX committed Nov 29, 2023
1 parent 8628a2c commit ff41d26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions applications/main/subghz/views/subghz_frequency_analyzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
#define MAX_HISTORY 4

static const uint32_t subghz_frequency_list[] = {
300000000, 302757000, 303875000, 304250000, 307000000, 307500000, 307800000, 309000000,
310000000, 312000000, 312100000, 313000000, 313850000, 314000000, 314350000, 314980000,
315000000, 318000000, 330000000, 345000000, 348000000, 350000000, 387000000, 390000000,
418000000, 430000000, 431000000, 431500000, 433075000, 433220000, 433420000, 433657070,
433889000, 433920000, 434075000, 434176948, 434390000, 434420000, 434775000, 438900000,
440175000, 464000000, 779000000, 868350000, 868400000, 868800000, 868950000, 906400000,
915000000, 925000000, 928000000};
300000000, 302757000, 303875000, 303900000, 304250000, 307000000, 307500000, 307800000,
309000000, 310000000, 312000000, 312100000, 313000000, 313850000, 314000000, 314350000,
314980000, 315000000, 318000000, 330000000, 345000000, 348000000, 350000000, 387000000,
390000000, 418000000, 430000000, 431000000, 431500000, 433075000, 433220000, 433420000,
433657070, 433889000, 433920000, 434075000, 434176948, 434390000, 434420000, 434775000,
438900000, 440175000, 464000000, 779000000, 868350000, 868400000, 868800000, 868950000,
906400000, 915000000, 925000000, 928000000};

typedef enum {
SubGhzFrequencyAnalyzerStatusIDLE,
Expand Down
1 change: 1 addition & 0 deletions documentation/SubGHzSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if you need your custom one, make sure it doesn't listed here
300000000,
302757000,
303875000,
303900000,
304250000,
307000000,
307500000,
Expand Down
1 change: 1 addition & 0 deletions lib/subghz/subghz_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ static const uint32_t subghz_frequency_list[] = {
300000000,
302757000,
303875000,
303900000,
304250000,
307000000,
307500000,
Expand Down

0 comments on commit ff41d26

Please sign in to comment.