Releases: witnessmenow/arduino-youtube-api
Releases · witnessmenow/arduino-youtube-api
V2.0.0 - Re-write and update to ArduinoJson V6
- Code should be much more memory efficient as it does not rely on Arduino String now, although some methods that used String have been left in to retain backwards compatibility.
- Fixed #19 , where the API was returning random characters between the headers and the body
- Fixed #22 , Upgraded to use ArduinoJson V6 - Thanks to #22 and #16 for the PRs, but I ended up completely changing the library so it didn't make sense to bring in your code.
- Added code in the ESP8266 example that allows it to run on ESP8266 core 2.5 and higher (probably #14)
- Added "depends" keyword into library properties (sorry for not taking the PR #21 )
V1.1.0 - Added ESP32 Support
Added Support for ESP32 including examples.
Added a _debug flag for enabling serial debugging
Added a new example with DoubleResetDetector
Added an example that uses WifiManager library and DoubleResetDetector for forcing config mode if needed
Fixed issue with callback
Added a new example with DoubleResetDetector
Added an example that uses WifiManager library and DoubleResetDetector for forcing config mode if needed
Added New Example that uses WIFIManager
v1.0.2 Removing additional intialiser that should not have been there
Various Fixes and Tidyups
Issues Fixed:
- Fixes issue where eventually it would cause issues after 50 or so days of continuously running due to overflow of millis() command
- Other Tidyups
Contributors for this release (thanks a lot!):
Included PR:
First release for Arduino Library Manager
V1.0.0 change for kicking off build