Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-12-26 18:31:48 +0300
committerGitHub <noreply@github.com>2021-12-26 18:31:48 +0300
commit5252b207c84714171a39945ab7484787ffe7eb3d (patch)
tree7e3a49a314dd9956153e05d2fbb798550aa419a7 /applications/subghz/helpers
parentfb7cc1dd60155e0829757f997526c113594648fe (diff)
SubGhz: replace incorrect frequency value (#933)
Diffstat (limited to 'applications/subghz/helpers')
-rw-r--r--applications/subghz/helpers/subghz_testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/subghz/helpers/subghz_testing.c b/applications/subghz/helpers/subghz_testing.c
index 4c83b2a9..f4cbe4a4 100644
--- a/applications/subghz/helpers/subghz_testing.c
+++ b/applications/subghz/helpers/subghz_testing.c
@@ -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; \ No newline at end of file
+const uint32_t subghz_frequencies_433_92_testing = 12;