/** * strings_en.h * engligh strings for * WiFiManager, a library for the ESP8266/Arduino platform * for configuration of WiFi credentials using a Captive Portal * * @author Creator tzapu * @author tablatronix * @version 0.0.0 * @license MIT */ #ifndef _WM_STRINGS_H_ #define _WM_STRINGS_H_ #ifndef WIFI_MANAGER_OVERRIDE_STRINGS // !!! ABOVE WILL NOT WORK if you define in your sketch, must be build flag, if anyone one knows how to order includes to be able to do this it would be neat.. I have seen it done.. const char WM_VERSION_STR[] PROGMEM = "v2.0.12-beta"; const char HTTP_HEAD_START[] PROGMEM = "" "
" "" "" "" "Page | Function |
---|---|
/ | " "Menu page. |
/wifi | " "Show WiFi scan results and enter WiFi configuration.(/0wifi noscan) |
/wifisave | " "Save WiFi configuration information and configure device. Needs variables supplied. |
/param | " "Parameter page |
/info | " "Information page |
/u | " "OTA Update |
/close | " "Close the captiveportal popup,configportal will remain active |
/exit | " "Exit Config Portal, configportal will close |
/restart | " "Reboot the device |
/erase | " "Erase WiFi configuration and reboot Device. Device will not reconnect to a network until new WiFi configuration data is entered. |