Files
Momentum-Firmware/applications/plugins/wifi_deauther/wifi_deauther_custom_event.h
2022-09-16 18:09:14 -04:00

8 lines
174 B
C

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