Explorar el Código

Turbospeed for quick flash

Willy-JL hace 2 años
padre
commit
e46241e96a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      esp_flasher/scenes/esp_flasher_scene_quick.c

+ 1 - 0
esp_flasher/scenes/esp_flasher_scene_quick.c

@@ -152,6 +152,7 @@ bool esp_flasher_scene_quick_on_event(void* context, SceneManagerEvent event) {
 
             app->reset = false;
             app->quickflash = true;
+            app->turbospeed = true;
             app->boot = enter_bootloader;
             scene_manager_next_scene(app->scene_manager, EspFlasherSceneConsoleOutput);
         }