Files
Momentum-Firmware/applications/plugins/wifi_deauther/wifi_deauther_custom_event.h
2023-03-09 01:51:24 +00:00

8 lines
174 B
C

#pragma once
typedef enum {
WifideautherEventRefreshConsoleOutput = 0,
WifideautherEventStartConsole,
WifideautherEventStartKeyboard,
} WifideautherCustomEvent;