keeloq to kestore

This commit is contained in:
gid9798
2023-05-20 16:15:01 +03:00
parent 2af8f00d0d
commit 2414346ec3
9 changed files with 83 additions and 105 deletions

View File

@@ -560,6 +560,8 @@ bool subghz_txrx_get_debug_pin_state(SubGhzTxRx* instance) {
void subghz_txrx_reset_dynamic(SubGhzTxRx* instance) {
furi_assert(instance);
subghz_environment_reset_keeloq(instance->environment);
keeloq_reset_original_btn();
subghz_custom_btns_reset();
}