Skip to content

Releases: srwi/ESPEssentials

2.1.5

Choose a tag to compare

@srwi srwi released this 26 May 19:23

Changes

  • Fixed reboot via http request (#13)

2.1.4

Choose a tag to compare

@srwi srwi released this 12 Nov 19:37
20a29a5

Changes

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

2.1.1

Choose a tag to compare

@srwi srwi released this 06 Jun 16:40

Changes

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

2.1.0

Choose a tag to compare

@srwi srwi released this 09 May 18:07

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

Choose a tag to compare

@srwi srwi released this 29 Apr 21:52

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

Choose a tag to compare

@srwi srwi released this 26 May 18:39

Changes

  • Added SERIAL_OUT_VERBOSE and SERIAL_OUT_SILENT build parameters.

1.0.0

Choose a tag to compare

@srwi srwi released this 27 Feb 17:39

Initial release