SubGhz: fix incorrect response in rpc mode. Code cleanup. (#1964)
* Code cleanup * SubGhz: correct logic in RPC * SubGhz: do not blink on app rpc fail Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -22,7 +22,7 @@ static const uint8_t reset_blink_mask = 1 << 6;
 | 
			
		||||
 | 
			
		||||
void notification_vibro_on();
 | 
			
		||||
void notification_vibro_off();
 | 
			
		||||
void notification_sound_on(float pwm, float freq);
 | 
			
		||||
void notification_sound_on(float freq, float volume);
 | 
			
		||||
void notification_sound_off();
 | 
			
		||||
 | 
			
		||||
uint8_t notification_settings_get_display_brightness(NotificationApp* app, uint8_t value);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user