ESP Flasher quick flash for wroom / dev pro

This commit is contained in:
Willy-JL
2023-08-11 22:53:31 +02:00
parent 29c3031942
commit 35cf740a63
24 changed files with 206 additions and 98 deletions

View File

@@ -68,6 +68,7 @@ EspFlasherApp* esp_flasher_app_alloc() {
app->reset = false;
app->boot = false;
app->quickflash = false;
scene_manager_next_scene(app->scene_manager, EspFlasherSceneStart);