mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
SubGHz: Add frequencies 434.075, 434.390
This commit is contained in:
parent
741c784f2d
commit
3cba34bbc8
2 changed files with 5 additions and 3 deletions
|
@ -23,9 +23,9 @@ static const uint32_t subghz_frequency_list[] = {
|
|||
300000000, 302757000, 303875000, 304250000, 307000000, 307500000, 307800000, 309000000,
|
||||
310000000, 312000000, 312100000, 313000000, 313850000, 314000000, 314350000, 315000000,
|
||||
318000000, 330000000, 345000000, 348000000, 387000000, 390000000, 418000000, 433075000,
|
||||
433220000, 433420000, 433657070, 433889000, 433920000, 434176948, 434420000, 434775000,
|
||||
438900000, 464000000, 779000000, 868350000, 868400000, 868800000, 868950000, 906400000,
|
||||
915000000, 925000000, 928000000};
|
||||
433220000, 433420000, 433657070, 433889000, 433920000, 434075000, 434176948, 434390000,
|
||||
434420000, 434775000, 438900000, 464000000, 779000000, 868350000, 868400000, 868800000,
|
||||
868950000, 906400000, 915000000, 925000000, 928000000};
|
||||
|
||||
typedef enum {
|
||||
SubGhzFrequencyAnalyzerStatusIDLE,
|
||||
|
|
|
@ -39,8 +39,10 @@ Frequency: 433420000
|
|||
Frequency: 433657070
|
||||
Frequency: 433889000
|
||||
Frequency: 433920000
|
||||
Frequency: 434075000
|
||||
Frequency: 434176948
|
||||
Frequency: 434190000
|
||||
Frequency: 434390000
|
||||
Frequency: 434420000
|
||||
Frequency: 434620000
|
||||
Frequency: 434775000
|
||||
|
|
Loading…
Add table
Reference in a new issue