Explorar el Código

Add small delay

MX hace 2 años
padre
commit
f9a4508e50
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      subbrute.c

+ 1 - 0
subbrute.c

@@ -181,6 +181,7 @@ int32_t subbrute_app(void* p) {
     // Enable power for External CC1101 if it is connected
     // Enable power for External CC1101 if it is connected
     furi_hal_subghz_enable_ext_power();
     furi_hal_subghz_enable_ext_power();
     // Auto switch to internal radio if external radio is not available
     // Auto switch to internal radio if external radio is not available
+    furi_delay_ms(15);
     if(!furi_hal_subghz_check_radio()) {
     if(!furi_hal_subghz_check_radio()) {
         furi_hal_subghz_set_radio_type(SubGhzRadioInternal);
         furi_hal_subghz_set_radio_type(SubGhzRadioInternal);
     }
     }