mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
SubGhz: replace incorrect frequency value (#933)
This commit is contained in:
parent
fb7cc1dd60
commit
5252b207c8
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ const uint32_t subghz_frequencies_testing[] = {
|
|||
304500000,
|
||||
312025000,
|
||||
313250000,
|
||||
313250000,
|
||||
313625000,
|
||||
315000000,
|
||||
315225000,
|
||||
321950000,
|
||||
|
@ -34,4 +34,4 @@ const uint32_t subghz_frequencies_testing[] = {
|
|||
|
||||
const uint32_t subghz_frequencies_count_testing =
|
||||
sizeof(subghz_frequencies_testing) / sizeof(uint32_t);
|
||||
const uint32_t subghz_frequencies_433_92_testing = 12;
|
||||
const uint32_t subghz_frequencies_433_92_testing = 12;
|
||||
|
|
Loading…
Reference in a new issue