Update subghz_scene_decode_raw.c

This commit is contained in:
RogueMaster
2022-09-17 06:10:19 -04:00
parent 920ca4402e
commit 1e94d8161d

View File

@@ -250,7 +250,7 @@ bool subghz_scene_decode_raw_on_event(void* context, SceneManagerEvent event) {
notification_message(subghz->notifications, &sequence_blink_cyan_10);
break;
case SubGhzNotificationStateRxDone:
notification_message(subghz->notifications, &subghs_sequence_rx);
notification_message(subghz->notifications, &subghz_sequence_rx);
subghz->state_notifications = SubGhzNotificationStateRx;
break;
default: