mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
Correct hopping freqs, now it actually works good
This commit is contained in:
@@ -89,8 +89,8 @@ Your frequencies will be added after default ones
|
|||||||
|
|
||||||
### Default hopper list
|
### Default hopper list
|
||||||
```
|
```
|
||||||
|
310000000,
|
||||||
315000000,
|
315000000,
|
||||||
390000000,
|
|
||||||
433420000,
|
433420000,
|
||||||
433920000,
|
433920000,
|
||||||
868350000,
|
868350000,
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ static const uint32_t subghz_frequency_list[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const uint32_t subghz_hopper_frequency_list[] = {
|
static const uint32_t subghz_hopper_frequency_list[] = {
|
||||||
|
310000000,
|
||||||
315000000,
|
315000000,
|
||||||
390000000,
|
|
||||||
433420000,
|
433420000,
|
||||||
433920000,
|
433920000,
|
||||||
868350000,
|
868350000,
|
||||||
|
|||||||
Reference in New Issue
Block a user