Prog_mode to custom_btn

This commit is contained in:
gid9798
2023-05-30 22:18:54 +03:00
parent 8597169e14
commit a260465721
15 changed files with 61 additions and 58 deletions

View File

@@ -179,8 +179,6 @@ bool subrem_tx_start_sub(
FURI_LOG_I(TAG, "Send %s", furi_string_get_cstr(sub_preset->label));
subghz_custom_btn_set(SUBGHZ_CUSTOM_BTN_OK);
keeloq_reset_original_btn();
subghz_custom_btns_reset();
do {
@@ -257,7 +255,6 @@ bool subrem_tx_stop_sub(SubGhzRemoteApp* app, bool forced) {
sub_preset->fff_data, furi_string_get_cstr(sub_preset->file_path));
subghz_environment_reset_keeloq(app->environment);
keeloq_reset_original_btn();
subghz_custom_btns_reset();
}