mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:48:35 -07:00
<:Nami2:939038794794020874>
This commit is contained in:
9
applications/external/esp_flasher/esp_flasher_custom_event.h
vendored
Normal file
9
applications/external/esp_flasher/esp_flasher_custom_event.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
EspFlasherEventRefreshConsoleOutput = 0,
|
||||
EspFlasherEventStartConsole,
|
||||
EspFlasherEventStartKeyboard,
|
||||
EspFlasherEventStartFlasher,
|
||||
EspFlasherEventRefreshSubmenu
|
||||
} EspFlasherCustomEvent;
|
||||
Reference in New Issue
Block a user