Update subghz_scene_decode_raw.c

This commit is contained in:
RogueMaster
2022-09-17 06:37:44 -04:00
parent 5c9be051aa
commit 6b96d8f812

View File

@@ -259,7 +259,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, &subghz_sequence_rx);
notification_message(subghz->notifications, &subghs_sequence_rx);
subghz->state_notifications = SubGhzNotificationStateRx;
break;
default: