Releases: sblantipodi/arduino_bootstrapper
Releases · sblantipodi/arduino_bootstrapper
Release v1.12.7
Changes in this Release
- readValueFromFile() now have an option to prevent SPIFFS format on ESP32
- removed an unuseful SPIFFS.format() on WifiManager::createWebServer()
- fixed an issue with BootstrapManager::readValueFromFile() that prevented to read integers from JSON files.
Release v1.12.6
Changes in this Release
- Ping ESP is now compatible with newer Arduino SDK
Release v1.12.5
Release v1.11.4
Changes in this Release
- No display headers if not needed. Thanks @gh-scndml
Release v1.11.3
Changes in this Release
No display headers if not needed.
Release v1.11.2
Changes in this Release
- Improved UI
Release v1.10.3
Changes in this Release
- Added support for DHCP, no need to enter a fixed IP address anymore.
- Added a ping class that is able to ping devices in your network. Some routers does not recognize ESP8266 devices if no internet connection is established. Pinging the default gatway fixes the problem.
Release v1.9.2
Changes in this Release
- Small fixes to MQTT connection with no credentials
Release v1.9.1
Changes in this Release
- MQTT username and password is now optional
- During the initial configuration the mandatory fields prevent the submission of the form.
Release v1.9.0
Changes in this Release
- Added support for DHCP (IP address is now optional)