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-04-27 19:00:03 +0300
committerGitHub <noreply@github.com>2021-04-27 19:00:03 +0300
commitb28863ae04c0f405619be73f13d8e48393b1ee7f (patch)
tree73a1d0dedaf16ecb93c4a630f2a7f6c3004d93a5 /applications/subghz/subghz_i.h
parent51d726c2d77a71fc305245867a13903a959cc540 (diff)
SubGhz: PTC timings tuning and new key (#431)
Diffstat (limited to 'applications/subghz/subghz_i.h')
-rw-r--r--applications/subghz/subghz_i.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/applications/subghz/subghz_i.h b/applications/subghz/subghz_i.h
index 876fbe5a..21e7a3a4 100644
--- a/applications/subghz/subghz_i.h
+++ b/applications/subghz/subghz_i.h
@@ -21,22 +21,24 @@ static const uint32_t subghz_frequencies[] = {
463000000,
781000000,
868000000,
+ 868350000,
915000000,
925000000,
};
static const ApiHalSubGhzPath subghz_frequencies_paths[] = {
- ApiHalSubGhzPath2,
- ApiHalSubGhzPath2,
- ApiHalSubGhzPath2,
- ApiHalSubGhzPath2,
- ApiHalSubGhzPath1,
- ApiHalSubGhzPath1,
- ApiHalSubGhzPath1,
- ApiHalSubGhzPath3,
- ApiHalSubGhzPath3,
- ApiHalSubGhzPath3,
- ApiHalSubGhzPath3,
+ ApiHalSubGhzPath2, /* 301000000 */
+ ApiHalSubGhzPath2, /* 315000000 */
+ ApiHalSubGhzPath2, /* 346000000 */
+ ApiHalSubGhzPath2, /* 385000000 */
+ ApiHalSubGhzPath1, /* 433920000 */
+ ApiHalSubGhzPath1, /* 438900000 */
+ ApiHalSubGhzPath1, /* 463000000 */
+ ApiHalSubGhzPath3, /* 781000000 */
+ ApiHalSubGhzPath3, /* 868000000 */
+ ApiHalSubGhzPath3, /* 868350000 */
+ ApiHalSubGhzPath3, /* 915000000 */
+ ApiHalSubGhzPath3, /* 925000000 */
};
static const uint32_t subghz_frequencies_count = sizeof(subghz_frequencies) / sizeof(uint32_t);