Skip to content

Releases: srwi/ESPEssentials

2.1.5

26 May 19:23
Compare
Choose a tag to compare

Changes

  • Fixed reboot via http request (#13)

2.1.4

12 Nov 19:37
20a29a5
Compare
Choose a tag to compare

Changes

  • File system now gets formatted automatically on the ESP32 at first startup (#8)

2.1.1

06 Jun 16:40
Compare
Choose a tag to compare

Changes

  • Fixed web update not requiring password (#5)
  • Fixed web server file listing on ESP8266 platform when using LittleFS filesystem

2.1.0

09 May 18:07
Compare
Choose a tag to compare

Changes

  • ESPEssentials now uses the LittleFS filesystem. SPIFFS can be used by defining build parameter USE_SPIFFS.
  • Added isBusy method to OTAClass
  • Added build parameter SUSPEND_TIMER1_ON_SPI_ACCESS to suspend timer1 while SPI is being used

2.0.0

29 Apr 21:52
Compare
Choose a tag to compare

Additions

  • Added support for the ESP32 platform

Breaking changes

There have been some necessary API changes:

  • ESPEssentials now requires you to specify the namespace ESPEssentials
  • initESPEssentials has been renamed to init
  • handleESPEssentials has been renamed to handle

1.0.1

26 May 18:39
Compare
Choose a tag to compare

Changes

  • Added SERIAL_OUT_VERBOSE and SERIAL_OUT_SILENT build parameters.

1.0.0

27 Feb 17:39
Compare
Choose a tag to compare

Initial release