WiFiManager
WiFiManager copied to clipboard
ESP8266 WiFi Connection manager with web captive portal
How can I show a confirmation page that connection was successful OR what the error was, then allow the user to close WM or the captive portal close automatically after...
### Basic Infos #### Hardware WiFimanager Branch/Release: Master 2.0.5 Beta Esp8266/Esp32: Esp8266 Hardware: ESP-12e, esp01, esp25 ESP8266EX Tensilica Xtensa Core Version: 2.4.0, staging ### Description Scanning of WiFi SSID does...
#include // Define the Wifi Manager Params WiFiManager wm; void saveParamCallback(){ Serial.println("[CALLBACK] saveParamCallback fired"); // wm.stopConfigPortal(); } void saveWifiCallback(){ Serial.println("[CALLBACK] saveCallback fired"); } //flag for saving data bool shouldSaveConfig =...
### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: Hardware: esp01 Core Version: 2.4.0, staging ### Description On building the firmware 2 problems occour related to ambiguous overload for operator....
Allow adding arbitrary parameters with a visibility flag false, Use a new label placement? Allow using parameters by id linked to static html form IDs to use param getters for...
In the advanced example radio buttons are used with HTML injection. It seems to be impossible to get the labels and the radioboxes well alligned? I've tried in-line css but...
Hi all, sorry for the newbie question, I'm trying to understand the code example here: https://github.com/tzapu/WiFiManager/blob/master/examples/Parameters/SPIFFS/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino specifically this code segment: ``` #ifdef ARDUINOJSON_VERSION_MAJOR >= 6 DynamicJsonDocument json(1024); auto deserializeError =...
Hello to all, sorry for my bad englisch... My problem is, that wenn i use Wifimanger libary and want so set custom parameter after resetting the ESP8266, the parameter which...
### Basic Info WiFimanager Branch/Release: 2.0.5-beta (on both Arduino IDE as well as PlatformIO) Esp8266/Esp32: ESP8266 Hardware: NodeMCU 1.0 (ESP-12E module) Core Version: 3.0.2 (on both Arduino IDE as well...