mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Add detect espressif devices
This commit is contained in:
@@ -53,6 +53,8 @@ extern BatteryInterface battery_obj;
|
||||
#define EAPOL 21
|
||||
#define STATUS_BAT 22
|
||||
#define STATUS_SD 23
|
||||
#define PWNAGOTCHI 24
|
||||
#define ESPRESSIF 25
|
||||
|
||||
struct Menu;
|
||||
|
||||
@@ -71,7 +73,7 @@ struct Menu {
|
||||
String name;
|
||||
LinkedList<MenuNode>* list;
|
||||
Menu * parentMenu;
|
||||
uint8_t selected;
|
||||
//uint8_t selected;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user