Skip to content

Commit

Permalink
Add small delay
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 16, 2023
1 parent 685ac65 commit f9a4508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subbrute.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ int32_t subbrute_app(void* p) {
// Enable power for External CC1101 if it is connected
furi_hal_subghz_enable_ext_power();
// Auto switch to internal radio if external radio is not available
furi_delay_ms(15);
if(!furi_hal_subghz_check_radio()) {
furi_hal_subghz_set_radio_type(SubGhzRadioInternal);
}
Expand Down

0 comments on commit f9a4508

Please sign in to comment.