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:
authorSkorpionm <85568270+Skorpionm@users.noreply.github.com>2021-07-02 16:25:49 +0300
committerGitHub <noreply@github.com>2021-07-02 16:25:49 +0300
commit88be176fcfe00e75fc8237c38545f9d64295ca63 (patch)
tree2cbb7d18b6c8b52569934a96fd67c98146479816 /applications/subghz/views
parentb6d5b5cb7456ab1111456855c42cb518a0e749c3 (diff)
SubGhz: Nice FlooR S improvements, cli stack overflow fix, code documentation, new key data formatting (#559)
Diffstat (limited to 'applications/subghz/views')
-rw-r--r--applications/subghz/views/subghz_capture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/subghz/views/subghz_capture.c b/applications/subghz/views/subghz_capture.c
index 075468a5..91fab068 100644
--- a/applications/subghz/views/subghz_capture.c
+++ b/applications/subghz/views/subghz_capture.c
@@ -161,6 +161,8 @@ SubghzCapture* subghz_capture_alloc() {
subghz_worker_set_context(subghz_capture->worker, subghz_capture->protocol);
subghz_protocol_load_keeloq_file(subghz_capture->protocol, "/assets/subghz/keeloq_mfcodes");
+ subghz_protocol_load_nice_flor_s_file(
+ subghz_capture->protocol, "/assets/subghz/nice_floor_s_rx");
subghz_protocol_enable_dump(
subghz_capture->protocol, subghz_capture_text_callback, subghz_capture);