Files
Momentum-Firmware/applications/external/esp_flasher/esp_flasher_custom_event.h
2023-07-17 16:46:04 +02:00

10 lines
233 B
C

#pragma once
typedef enum {
EspFlasherEventRefreshConsoleOutput = 0,
EspFlasherEventStartConsole,
EspFlasherEventStartKeyboard,
EspFlasherEventStartFlasher,
EspFlasherEventRefreshSubmenu
} EspFlasherCustomEvent;