mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Update subghz_scene_decode_raw.c
This commit is contained in:
@@ -259,7 +259,7 @@ bool subghz_scene_decode_raw_on_event(void* context, SceneManagerEvent event) {
|
|||||||
notification_message(subghz->notifications, &sequence_blink_cyan_10);
|
notification_message(subghz->notifications, &sequence_blink_cyan_10);
|
||||||
break;
|
break;
|
||||||
case SubGhzNotificationStateRxDone:
|
case SubGhzNotificationStateRxDone:
|
||||||
notification_message(subghz->notifications, &subghs_sequence_rx);
|
notification_message(subghz->notifications, &subghz_sequence_rx);
|
||||||
subghz->state_notifications = SubGhzNotificationStateRx;
|
subghz->state_notifications = SubGhzNotificationStateRx;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user