[FL-2866, FL-2865] SubGhz: add frequency analyzer history (#1810)
* SubGhz: frequency analyzer history * SubGhz: add vibro * SubGhz: turn on the display when receiving a signal * SubGhz: add signal reception indicator * SubGhz: fix indicator * SubGhz: fix FA history Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -21,6 +21,8 @@ bool subghz_scene_frequency_analyzer_on_event(void* context, SceneManagerEvent e
 | 
			
		||||
    if(event.type == SceneManagerEventTypeCustom) {
 | 
			
		||||
        if(event.event == SubGhzCustomEventSceneAnalyzerLock) {
 | 
			
		||||
            notification_message(subghz->notifications, &sequence_set_green_255);
 | 
			
		||||
            notification_message(subghz->notifications, &sequence_single_vibro);
 | 
			
		||||
            notification_message(subghz->notifications, &sequence_display_backlight_on);
 | 
			
		||||
            return true;
 | 
			
		||||
        } else if(event.event == SubGhzCustomEventSceneAnalyzerUnlock) {
 | 
			
		||||
            notification_message(subghz->notifications, &sequence_reset_rgb);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user