mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-23 21:34:35 +03:00
Add 318 mhz back to hopping list
This commit is contained in:
parent
db54c463e6
commit
f5b818541e
@ -91,6 +91,7 @@ Your frequencies will be added after default ones
|
||||
```
|
||||
310000000,
|
||||
315000000,
|
||||
318000000,
|
||||
433920000,
|
||||
868350000,
|
||||
```
|
||||
|
@ -79,6 +79,7 @@ static const uint32_t subghz_frequency_list[] = {
|
||||
static const uint32_t subghz_hopper_frequency_list[] = {
|
||||
310000000,
|
||||
315000000,
|
||||
318000000,
|
||||
433920000,
|
||||
868350000,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user