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-12-08 18:00:54 +0300
committerGitHub <noreply@github.com>2021-12-08 18:00:54 +0300
commit9f28338d9e56836b319ca6b019b86497e5756c8c (patch)
tree7660ca9e466707a96c6065e4a892a0bf30fc45b3 /applications/subghz/subghz_i.h
parentc6cb6ae810d8ec540f330c37447f53a1fbd58dac (diff)
[FL-2100] SubGhz: GUI download and transfer RAW file (#881)
* SubGhz: fix exit subghz_chat * SubGhz: refactoring GUI RAW 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 e459642d..c206f87b 100644
--- a/applications/subghz/subghz_i.h
+++ b/applications/subghz/subghz_i.h
@@ -73,6 +73,7 @@ typedef enum {
SubGhzRxKeyStateBack,
SubGhzRxKeyStateAddKey,
SubGhzRxKeyStateExit,
+ SubGhzRxKeyStateRAWLoad,
} SubGhzRxKeyState;
struct SubGhzTxRx {