mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
Add more freqs to default list
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
* Plugins: Update TOTP (Authenticator) [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
|
* Plugins: Update TOTP (Authenticator) [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator)
|
||||||
* Plugins: Unitemp SCD30 support (PR in unitemp repo by @divinebird / fixed by @xMasterX)
|
* Plugins: Unitemp SCD30 support (PR in unitemp repo by @divinebird / fixed by @xMasterX)
|
||||||
* Plugins: Fix ProtoView issue #503 -> (Broken saved files with custom modulation)
|
* Plugins: Fix ProtoView issue #503 -> (Broken saved files with custom modulation)
|
||||||
|
* SubGHz: Added 430, 431 MHz to default list
|
||||||
* SubGHz: Remove broken modulation that was causing buffer overrun (fixes issue #506)
|
* SubGHz: Remove broken modulation that was causing buffer overrun (fixes issue #506)
|
||||||
* SubGHz: Notifications fixes (by @wosk | PR #464)
|
* SubGHz: Notifications fixes (by @wosk | PR #464)
|
||||||
* GUI: `Byte input` new feature: editor without keyboard (press Up until you get into new input, then use up/down to input values) (by @gid9798 | PR #509)
|
* GUI: `Byte input` new feature: editor without keyboard (press Up until you get into new input, then use up/down to input values) (by @gid9798 | PR #509)
|
||||||
|
|||||||
@@ -24,9 +24,10 @@ static const uint32_t subghz_frequency_list[] = {
|
|||||||
300000000, 302757000, 303875000, 304250000, 307000000, 307500000, 307800000, 309000000,
|
300000000, 302757000, 303875000, 304250000, 307000000, 307500000, 307800000, 309000000,
|
||||||
310000000, 312000000, 312100000, 313000000, 313850000, 314000000, 314350000, 314980000,
|
310000000, 312000000, 312100000, 313000000, 313850000, 314000000, 314350000, 314980000,
|
||||||
315000000, 318000000, 330000000, 345000000, 348000000, 350000000, 387000000, 390000000,
|
315000000, 318000000, 330000000, 345000000, 348000000, 350000000, 387000000, 390000000,
|
||||||
418000000, 433075000, 433220000, 433420000, 433657070, 433889000, 433920000, 434075000,
|
418000000, 430000000, 431000000, 431500000, 433075000, 433220000, 433420000, 433657070,
|
||||||
434176948, 434390000, 434420000, 434775000, 438900000, 440175000, 464000000, 779000000,
|
433889000, 433920000, 434075000, 434176948, 434390000, 434420000, 434775000, 438900000,
|
||||||
868350000, 868400000, 868800000, 868950000, 906400000, 915000000, 925000000, 928000000};
|
440175000, 464000000, 779000000, 868350000, 868400000, 868800000, 868950000, 906400000,
|
||||||
|
915000000, 925000000, 928000000};
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SubGhzFrequencyAnalyzerStatusIDLE,
|
SubGhzFrequencyAnalyzerStatusIDLE,
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ if you need your custom one, make sure it doesn't listed here
|
|||||||
387000000,
|
387000000,
|
||||||
390000000,
|
390000000,
|
||||||
418000000,
|
418000000,
|
||||||
|
430000000,
|
||||||
|
431000000,
|
||||||
|
431500000,
|
||||||
433075000, /* LPD433 first */
|
433075000, /* LPD433 first */
|
||||||
433220000,
|
433220000,
|
||||||
433420000,
|
433420000,
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ static const uint32_t subghz_frequency_list[] = {
|
|||||||
387000000,
|
387000000,
|
||||||
390000000,
|
390000000,
|
||||||
418000000,
|
418000000,
|
||||||
|
430000000,
|
||||||
|
431000000,
|
||||||
|
431500000,
|
||||||
433075000, /* LPD433 first */
|
433075000, /* LPD433 first */
|
||||||
433220000,
|
433220000,
|
||||||
433420000,
|
433420000,
|
||||||
|
|||||||
Reference in New Issue
Block a user