mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
10 lines
233 B
C
10 lines
233 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
EspFlasherEventRefreshConsoleOutput = 0,
|
|
EspFlasherEventStartConsole,
|
|
EspFlasherEventStartKeyboard,
|
|
EspFlasherEventStartFlasher,
|
|
EspFlasherEventRefreshSubmenu
|
|
} EspFlasherCustomEvent;
|