Releases: jeroenvermeulen/JeVe_EasyOTA
Releases · jeroenvermeulen/JeVe_EasyOTA
Optional progress bar by @gordoste
v3.1.0 (2018-09-27)
- Optional progress bar by @gordoste
Small improvements
v3.0.1 (2018-09-17)
- Improved README.md
- Tested on more boards
- Removed extra comma in library.json - thanks @gordoste
Added example for I2C LCD
- Improved README.md
- Figured out how to get it working on the ESP-01 1M
- Moved library source files to
src
dir - Added I2C LCD example
- Shortened messages to fit on 16x2 LCD
- Changed
architectures
value toesp8266,esp32,espressif32
- Added library.json
Replaced TelnetServer(8266) by ArduinoOTA.setPort(8266)
- Added different hardware test results to README
- Replaced
TelnetServer(8266)
byArduinoOTA.setPort(8266);
Support for ESP32
- Added + tested support for ESP32
- Improved display messages
- Added installation instructions to README.md
- Added problem solving instructions
Renamed to JeVe_EasyOTA
- Renamed from JV_OTA to JeVe_EasyOTA
- Improved OTA_U8g2 example
- Added README and CHANGELOG
Works. Added U8g2 example.
v1.0.0 Version 1.0.0: Works well, added U8g2 example.