From e60707d7ef9160af73f5d28590b6aa62b3043f1e Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 31 May 2023 12:18:24 +0300 Subject: [PATCH] need to fix that --- applications/main/subghz_remote/subghz_remote_app_i.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/main/subghz_remote/subghz_remote_app_i.c b/applications/main/subghz_remote/subghz_remote_app_i.c index 543c39d08..6d23427eb 100644 --- a/applications/main/subghz_remote/subghz_remote_app_i.c +++ b/applications/main/subghz_remote/subghz_remote_app_i.c @@ -231,7 +231,6 @@ bool subrem_tx_start_sub(SubGhzRemoteApp* app, SubRemSubFilePreset* sub_preset) #ifdef APP_SUBGHZREMOTE subghz_custom_btn_set(SUBGHZ_CUSTOM_BTN_OK); - keeloq_reset_original_btn(); subghz_custom_btns_reset(); #endif @@ -251,9 +250,8 @@ bool subrem_tx_stop_sub(SubGhzRemoteApp* app, bool forced) { subghz_txrx_stop(app->txrx); #ifdef APP_SUBGHZREMOTE if(sub_preset->type == SubGhzProtocolTypeDynamic) { - subghz_environment_reset_keeloq(app->environment); + //subghz_environment_reset_keeloq(&app->txrx->environment); } - keeloq_reset_original_btn(); subghz_custom_btns_reset(); #endif return true;