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-22 16:01:20 +0300
committerGitHub <noreply@github.com>2021-12-22 16:01:20 +0300
commit3a86da5526282ff4eece5d397803c50d7b9293ec (patch)
tree8cc0cf22c08eeb88217b5baace64daffd4eb1a90 /applications/subghz/subghz_i.h
parent51aa169c3b8424eb65dca6684fe20fdbaec92da4 (diff)
[FL-2139] SubGhz: refactoring GUI SubGhz (#910)
* SubGhz: refactoring GUI ReadRAW * SubGhz: replacing memcpy with strcpy * SubGhz: fix button name "Mode", fix delete scene, fix show name when loading a key * SubGhz: refactoring GUI SubGhz * scene_manager: add exit from last scene API * subghz: stop scene manager before stopping view dispatcher Co-authored-by: gornekich <n.gorbadey@gmail.com> 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 c206f87b..733db844 100644
--- a/applications/subghz/subghz_i.h
+++ b/applications/subghz/subghz_i.h
@@ -74,6 +74,7 @@ typedef enum {
SubGhzRxKeyStateAddKey,
SubGhzRxKeyStateExit,
SubGhzRxKeyStateRAWLoad,
+ SubGhzRxKeyStateRAWSave,
} SubGhzRxKeyState;
struct SubGhzTxRx {