Releases: sblantipodi/arduino_bootstrapper
Releases · sblantipodi/arduino_bootstrapper
Release v1.14.1
Changes in this Release
- Preparing for the ESP32 (ESP32, ESP32-C3, ESP32-S2, ESP32-S3) family support
Release v1.14.0
Changes in this Release
- Added a launchWebServerCustom() function that accepts a function as input param, the function is called after the web server is started.
Release v1.13.5
Changes in this Release
- Added a function to ping other devices in addition to the gateway.
Release v1.13.4
Changes in this Release
- Node.js 12 actions are deprecated. Upgrade GitHub Actions to use Node.js 16.
Release v1.13.0
Changes in this Release
- ESP32 SPIFFS has been deprecated, switched to LittleFS
Release v1.12.12
Changes in this Release
- Added a method for setting MQTT last will params. The new method is optional. Default values are used if not called which match the original params.
Thanks @PaulWieland for this release.
Release v1.12.11
Changes in this Release
- Allow WiFi reconnect on ESP32 using Arduino v2.x
Release v1.12.10
Changes in this Release
- Added a param
IMPROV_ENABLED
that can be used to specify the numbers of milliseconds where Improv WiFi is active, after that period web server is started.
Release v1.12.9
Changes in this Release
- Arduino Bootstapper now works with ESP Web Tools