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>2022-04-07 18:48:07 +0300
committerGitHub <noreply@github.com>2022-04-07 18:48:07 +0300
commit435205de331d7d589e3549b021ee02640df83e83 (patch)
treecf153ad0e60639ab0b0223d66f92310969b5c887 /applications/subghz/subghz_i.h
parentd63589034221afdd1fc69ac979777a6811878024 (diff)
[FL-2427] SubGhz: fix Sub-Ghz RAW not working in Japan region (#1099)
Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/subghz/subghz_i.h')
-rw-r--r--applications/subghz/subghz_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/subghz/subghz_i.h b/applications/subghz/subghz_i.h
index 65e8b3e3..bfa80df3 100644
--- a/applications/subghz/subghz_i.h
+++ b/applications/subghz/subghz_i.h
@@ -155,6 +155,7 @@ void subghz_rx_end(SubGhz* subghz);
void subghz_sleep(SubGhz* subghz);
bool subghz_tx_start(SubGhz* subghz, FlipperFormat* flipper_format);
void subghz_tx_stop(SubGhz* subghz);
+void subghz_dialog_message_show_only_rx(SubGhz* subghz);
bool subghz_key_load(SubGhz* subghz, const char* file_path);
bool subghz_get_next_name_file(SubGhz* subghz, uint8_t max_len);
bool subghz_save_protocol_to_file(