From a72c5238faf77b36ae4ffa5205fd0cd6598d7b52 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:19:57 +0300 Subject: [PATCH] oops --- applications/main/subghz/subghz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/subghz.c b/applications/main/subghz/subghz.c index c68639c0d..83e68229b 100644 --- a/applications/main/subghz/subghz.c +++ b/applications/main/subghz/subghz.c @@ -193,7 +193,7 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) { //init TxRx & Protocol & History & KeyBoard subghz_unlock(subghz); - SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx); + //SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx); //subghz_load_custom_presets(setting);