Add Evil Portal Scan mode

This commit is contained in:
Just Call Me Koko
2023-07-14 14:43:06 -04:00
parent e936cdb22a
commit a51db0d8ae
10 changed files with 265 additions and 43 deletions

View File

@@ -11,7 +11,7 @@
#include "Display.h"
#include "BatteryInterface.h"
#include "SDInterface.h"
#include "Web.h"
//#include "Web.h"
#include "esp_interface.h"
#include "a32u4_interface.h"
#include "settings.h"
@@ -27,7 +27,7 @@
extern Display display_obj;
extern WiFiScan wifi_scan_obj;
extern Web web_obj;
//extern Web web_obj;
extern SDInterface sd_obj;
extern BatteryInterface battery_obj;
extern EspInterface esp_obj;