1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

Change default hopping frequency list

Change it to use only most common frequencies
This commit is contained in:
MX
2023-01-19 18:14:05 +03:00
parent 5853e0bdd9
commit f8cc914a15
2 changed files with 4 additions and 4 deletions

View File

@@ -88,10 +88,10 @@ Your frequencies will be added after default ones
### Default hopper list ### Default hopper list
``` ```
310000000,
315000000, 315000000,
318000000, 330000000,
390000000, 390000000,
433420000,
433920000, 433920000,
868350000, 868350000,
``` ```

View File

@@ -76,10 +76,10 @@ 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,
318000000, 330000000,
390000000, 390000000,
433420000,
433920000, 433920000,
868350000, 868350000,
0, 0,