- Remove some compiler warnings - thanks to @gordoste
- Optional progress bar by @gordoste
- Improved README.md
- Tested on more boards
- Removed extra comma in library.json - thanks @gordoste
- Refactored JeVe_EasyOTA Library
- Updated examples
- Updated documents
- Added GPL license
- Refactored JeVe_EasyOTA Library
- Updated examples
- Updated documents
- Added GPL license
- 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
- Added different hardware test results to README
- Replaced
TelnetServer(8266)
byArduinoOTA.setPort(8266);
- Added + tested support for ESP32
- Improved display messages
- Added installation instructions to README.md
- Added problem solving instructions
- Renamed from JV_OTA to JeVe_EasyOTA
- Improved OTA_U8g2 example
- Added README and CHANGELOG
- First working version
- Added U8g2 example