Show and clear client list

This commit is contained in:
Just Call Me Koko
2022-12-22 09:44:40 -05:00
parent 3375672ab5
commit 52c44d69c2
7 changed files with 87 additions and 29 deletions

View File

@@ -167,8 +167,6 @@ class MenuFunctions
Menu shutdownWiFiMenu;
Menu shutdownBLEMenu;
Menu generateSSIDsMenu;
Menu clearSSIDsMenu;
Menu clearAPsMenu;
static void lv_tick_handler();
@@ -192,6 +190,8 @@ class MenuFunctions
MenuFunctions();
Menu* current_menu;
Menu clearSSIDsMenu;
Menu clearAPsMenu;
Ticker tick;