[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>
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user