Skip to content

Releases: sblantipodi/arduino_bootstrapper

Release v1.14.1

14 May 11:08
Compare
Choose a tag to compare

Changes in this Release

  • Preparing for the ESP32 (ESP32, ESP32-C3, ESP32-S2, ESP32-S3) family support

Release v1.14.0

13 Mar 11:15
Compare
Choose a tag to compare

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

22 Jan 16:20
Compare
Choose a tag to compare

Changes in this Release

  • Added a function to ping other devices in addition to the gateway.

Release v1.13.4

29 Dec 21:37
Compare
Choose a tag to compare

Changes in this Release

  • Node.js 12 actions are deprecated. Upgrade GitHub Actions to use Node.js 16.

Release v1.13.0

28 Aug 11:46
Compare
Choose a tag to compare

Changes in this Release

  • ESP32 SPIFFS has been deprecated, switched to LittleFS

Release v1.12.12

06 Jun 20:08
8a1e861
Compare
Choose a tag to compare

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

29 Apr 16:17
Compare
Choose a tag to compare

Changes in this Release

  • Allow WiFi reconnect on ESP32 using Arduino v2.x

Release v1.12.10

03 Apr 13:10
f5e24e5
Compare
Choose a tag to compare

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

26 Mar 00:14
Compare
Choose a tag to compare

Changes in this Release

Release v1.2.8

18 Mar 18:02
Compare
Choose a tag to compare

Changes in this Release

Thanks @Pronoe for this release