 26c53f3dfd
			
		
	
	
		26c53f3dfd
		
			
		
	
	
	
	
		
			
			* SubGhz: rename save_raw -> read_raw * SubGhz: add manually saving files to read_raw, confirming that saving is unnecessary, refactoring * Format sources * SubGhz: fix runglish Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| typedef enum {
 | |
|     SubghzCustomEventManagerNoSet = 0,
 | |
|     SubghzCustomEventManagerSet,
 | |
| 
 | |
|     SubghzCustomEventSceneDeleteSuccess = 100,
 | |
|     SubghzCustomEventSceneDelete,
 | |
|     SubghzCustomEventSceneReceiverInfoTxStart,
 | |
|     SubghzCustomEventSceneReceiverInfoTxStop,
 | |
|     SubghzCustomEventSceneReceiverInfoSave,
 | |
|     SubghzCustomEventSceneSaveName,
 | |
|     SubghzCustomEventSceneSaveSuccess,
 | |
|     SubghzCustomEventSceneShowError,
 | |
|     SubghzCustomEventSceneShowOnlyRX,
 | |
| 
 | |
|     SubghzCustomEventSceneNeedSavingNo,
 | |
|     SubghzCustomEventSceneNeedSavingYes,
 | |
| 
 | |
|     SubghzCustomEventViewReceverOK,
 | |
|     SubghzCustomEventViewReceverConfig,
 | |
|     SubghzCustomEventViewReceverBack,
 | |
| 
 | |
|     SubghzCustomEventViewReadRAWBack,
 | |
|     SubghzCustomEventViewReadRAWIDLE,
 | |
|     SubghzCustomEventViewReadRAWREC,
 | |
|     SubghzCustomEventViewReadRAWConfig,
 | |
|     SubghzCustomEventViewReadRAWMore,
 | |
| 
 | |
|     SubghzCustomEventViewTransmitterBack,
 | |
|     SubghzCustomEventViewTransmitterSendStart,
 | |
|     SubghzCustomEventViewTransmitterSendStop,
 | |
|     SubghzCustomEventViewTransmitterError,
 | |
| } SubghzCustomEvent; |