mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Fixes for SubGHz
This commit is contained in:
@@ -331,12 +331,6 @@ void subghz_free(SubGhz* subghz) {
|
||||
int32_t subghz_app(void* p) {
|
||||
SubGhz* subghz = subghz_alloc();
|
||||
|
||||
if(!furi_hal_region_is_provisioned()) {
|
||||
subghz_dialog_message_show_only_rx(subghz);
|
||||
subghz_free(subghz);
|
||||
return 1;
|
||||
}
|
||||
|
||||
//Load database
|
||||
bool load_database = subghz_environment_load_keystore(
|
||||
subghz->txrx->environment, EXT_PATH("subghz/assets/keeloq_mfcodes"));
|
||||
|
||||
Reference in New Issue
Block a user