mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 15:16:43 -08:00
Fix crash during packet sniff
Replace SimpleList with LinkedList
This commit is contained in:
@@ -58,7 +58,7 @@ struct MenuNode {
|
||||
// Full Menus
|
||||
struct Menu {
|
||||
String name;
|
||||
SimpleList<MenuNode>* list;
|
||||
LinkedList<MenuNode>* list;
|
||||
Menu * parentMenu;
|
||||
uint8_t selected;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user