Add wardrive array

This commit is contained in:
Just Call Me Koko
2023-09-04 20:06:26 -04:00
parent 1580feb1d0
commit e174291646
5 changed files with 28 additions and 30 deletions

View File

@@ -105,7 +105,7 @@ struct Menu;
struct MenuNode {
String name;
String command;
bool command;
uint16_t color;
uint8_t icon;
TFT_eSPI_Button* button;