From 06608e82d6360242d5c7d32aae2ea8cd173535b2 Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 29 Jan 2024 23:39:52 +0100 Subject: [PATCH] Does what everything it should, but still crashes a lot --- helpers/subghz/subghz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/subghz/subghz.c b/helpers/subghz/subghz.c index af3e229ef4a..77c23f09fbc 100644 --- a/helpers/subghz/subghz.c +++ b/helpers/subghz/subghz.c @@ -38,7 +38,7 @@ void subghz_scene_transmit_callback_end_tx(void* context) { //subghz_txrx_stop(app->subghz->txrx); //app->transmitting = false; //xremote_scene_ir_notification_message(app, SubGhzNotificationMessageBlinkStop); - xremote_cross_remote_set_transmitting(app->cross_remote, XRemoteTransmittingStop); + xremote_cross_remote_set_transmitting(app->cross_remote, XRemoteTransmittingStopSubghz); } void subghz_send(void* context, const char* path) {