/** * 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 // !!! THIS DOES NOT WORK, you cannot define in a sketch, if anyone one knows how to order includes to be able to do this help! 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 |
| /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. |