From 08e2002c35d24723fc0987d3d6fcdda105d066ab Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:46:43 +0300 Subject: [PATCH] fix sub decode reset --- scenes/protopirate_scene_sub_decode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scenes/protopirate_scene_sub_decode.c b/scenes/protopirate_scene_sub_decode.c index c1570ee5..17cfa1a 100644 --- a/scenes/protopirate_scene_sub_decode.c +++ b/scenes/protopirate_scene_sub_decode.c @@ -877,12 +877,14 @@ bool protopirate_scene_sub_decode_on_event(void* context, SceneManagerEvent even uint16_t history_count = protopirate_history_get_item(ctx->history); if(history_count > 0) { + subghz_receiver_reset(app->txrx->receiver); ctx->state = DecodeStateShowSuccess; ctx->selected_history_index = 0; ctx->showing_signal_info = false; ctx->result_display_counter = 0; notification_message(app->notifications, &sequence_success); } else { + subghz_receiver_reset(app->txrx->receiver); furi_string_printf( ctx->result, "RAW Signal\n\n"