소스 검색

Turbospeed for quick flash

Willy-JL 2 년 전
부모
커밋
e46241e96a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
         }