#pragma once #include #include using WebServerClass = WebServer; #define AC_DEBUG #include /* AC_USE_SPIFFS indicates SPIFFS or LittleFS as available file systems that will become the AUTOCONNECT_USE_SPIFFS identifier and is exported as shown the valid file system. After including AutoConnect.h, the Sketch can determine whether to use FS.h or LittleFS.h by AUTOCONNECT_USE_SPIFFS definition. */ extern AutoConnect portal; extern AutoConnectAux configAux; String saveAux_cb (AutoConnectAux& aux, PageArgument& arg); String loadAux_cb (AutoConnectAux& aux, PageArgument& arg); void setup_wifimgr();