Explorar o código

Turbospeed for quick flash

Willy-JL %!s(int64=2) %!d(string=hai) anos
pai
achega
e46241e96a
Modificáronse 1 ficheiros con 1 adicións e 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);
         }