Releases: srwi/ESPEssentials
Releases · srwi/ESPEssentials
2.1.5
Changes
- Fixed reboot via http request (#13)
2.1.4
Changes
- File system now gets formatted automatically on the ESP32 at first startup (#8)
2.1.1
Changes
- Fixed web update not requiring password (#5)
- Fixed web server file listing on ESP8266 platform when using LittleFS filesystem
2.1.0
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
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
Changes
- Added
SERIAL_OUT_VERBOSE
and SERIAL_OUT_SILENT
build parameters.