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/helpers
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/helpers')
-rw-r--r--applications/subghz/helpers/subghz_custom_event.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/applications/subghz/helpers/subghz_custom_event.h b/applications/subghz/helpers/subghz_custom_event.h
index 65b412f8..55363c41 100644
--- a/applications/subghz/helpers/subghz_custom_event.h
+++ b/applications/subghz/helpers/subghz_custom_event.h
@@ -6,12 +6,17 @@ typedef enum {
SubghzCustomEventSceneDeleteSuccess = 100,
SubghzCustomEventSceneDelete,
+ SubghzCustomEventSceneDeleteRAW,
+ SubghzCustomEventSceneDeleteRAWBack,
+
SubghzCustomEventSceneReceiverInfoTxStart,
SubghzCustomEventSceneReceiverInfoTxStop,
SubghzCustomEventSceneReceiverInfoSave,
SubghzCustomEventSceneSaveName,
SubghzCustomEventSceneSaveSuccess,
- SubghzCustomEventSceneShowError,
+ SubghzCustomEventSceneShowErrorBack,
+ SubghzCustomEventSceneShowErrorOk,
+ SubghzCustomEventSceneShowErrorSub,
SubghzCustomEventSceneShowOnlyRX,
SubghzCustomEventSceneExit,
@@ -30,6 +35,8 @@ typedef enum {
SubghzCustomEventViewReadRAWSendStop,
SubghzCustomEventViewReadRAWSave,
SubghzCustomEventViewReadRAWVibro,
+ SubghzCustomEventViewReadRAWTXRXStop,
+ SubghzCustomEventViewReadRAWMore,
SubghzCustomEventViewTransmitterBack,
SubghzCustomEventViewTransmitterSendStart,