Skip to content

Releases: sblantipodi/arduino_bootstrapper

Release v1.12.7

09 Mar 15:49
Compare
Choose a tag to compare

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

28 Feb 15:04
Compare
Choose a tag to compare

Changes in this Release

  • Ping ESP is now compatible with newer Arduino SDK

Release v1.12.5

27 Jan 10:48
Compare
Choose a tag to compare

Changes in this Release

  • Fixed a problem that make ESP8266 to bootloop on some routers when using DHCP
  • Closes #8
  • Closes #10
  • Closes #12
  • Closes #13

If you are using PlatformIO please change DNS_IP in SUBNET_IP in platformio.ini

Thanks to Pronoe for the support in this release.

Release v1.11.4

13 Nov 14:16
Compare
Choose a tag to compare

Changes in this Release

  • No display headers if not needed. Thanks @gh-scndml

Release v1.11.3

13 Nov 14:12
Compare
Choose a tag to compare

Changes in this Release
No display headers if not needed.

Release v1.11.2

16 Oct 17:17
Compare
Choose a tag to compare

Changes in this Release

  • Improved UI

Release v1.10.3

16 Sep 08:11
Compare
Choose a tag to compare

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

18 Aug 14:23
Compare
Choose a tag to compare

Changes in this Release

  • Small fixes to MQTT connection with no credentials

Release v1.9.1

17 Aug 14:49
Compare
Choose a tag to compare

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

12 Aug 13:37
Compare
Choose a tag to compare

Changes in this Release

  • Added support for DHCP (IP address is now optional)