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

Add 318 mhz back to hopping list

This commit is contained in:
MX
2023-03-21 17:57:46 +03:00
parent db54c463e6
commit f5b818541e
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ Your frequencies will be added after default ones
``` ```
310000000, 310000000,
315000000, 315000000,
318000000,
433920000, 433920000,
868350000, 868350000,
``` ```

View File

@@ -79,6 +79,7 @@ static const uint32_t subghz_frequency_list[] = {
static const uint32_t subghz_hopper_frequency_list[] = { static const uint32_t subghz_hopper_frequency_list[] = {
310000000, 310000000,
315000000, 315000000,
318000000,
433920000, 433920000,
868350000, 868350000,
0, 0,