WebConfig
WebConfig copied to clipboard
For ESP8266 and ESP32 edit configuration with web page and save it on SPIFFS. If no connection to a local WLAN exists configuration over web page can be done using an access point
The form contains the currently configured wifi password. However, this should not be transmitted to the browser. Otherwise, it can be read out by third parties if the network is...
Just a heads ups, but I had to ensure I remained on 6.19.4 in order for this module to compile.
it was declared char and not const char... Error I had.. .pio/libdeps/esp01/WebConfig/src/WebConfig.cpp:148:38: required from here .pio/libdeps/esp01/ArduinoJson/src/ArduinoJson/Variant/VariantRefBase.hpp:95:7: error: no type named 'type' in 'struct ArduinoJson6200_F1::enable_if' .pio/libdeps/esp01/ArduinoJson/src/ArduinoJson/Variant/VariantRefBase.hpp:106:3: note: candidate: 'template typename ArduinoJson6200_F1::enable_if::type...
Hello, first, thanks for your great work ! I'd like to launch a command if a checkbox is checked and the SAVE button clicked, after that, i'd like the check...
Compiling the demo8266.ino sketch fails due to conflicts as shown below. I was trying to compile against the latest ArduinoJson (16.18.4) but found that by reverting all the way back...
Hi, I'm using your lib. Good piece of work. But I slightly modified it to reduce high RAM utilisation. The parameters should be rather covered by 'F' macro like below:...
Is it possible to make it working with ESPAsyncWebServer: https://github.com/me-no-dev/ESPAsyncWebServer
This is a great library! I've used it on an astronomy project (telescope control) and it works great! Astronomy use requires dark pages with red colors (to preserve scotopic vision...
Hallo, is it possible to create additional named values, that will not be shown on the config page. i.e. i want to store an calibration state bool value "isCalibrated" maybe...
Hi, again there are some changes on Aduino Json Lib 7.0.4, some functions were deprected since version 7, I think you did some changes for compatibility in the past, maybe...