Skip to content

Releases: witnessmenow/arduino-youtube-api

V2.0.0 - Re-write and update to ArduinoJson V6

20 May 22:51
c62dff8
Compare
Choose a tag to compare
  • 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

12 Mar 23:32
Compare
Choose a tag to compare

Added Support for ESP32 including examples.

Added a _debug flag for enabling serial debugging

Added a new example with DoubleResetDetector

10 Jun 19:10
Compare
Choose a tag to compare

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

10 Jun 19:02
Compare
Choose a tag to compare

Added an example that uses WifiManager library and DoubleResetDetector for forcing config mode if needed

Added New Example that uses WIFIManager

24 Mar 01:22
Compare
Choose a tag to compare
v1.0.2

Removing additional intialiser that should not have been there

Various Fixes and Tidyups

19 Mar 10:01
Compare
Choose a tag to compare

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!):

@PhirePhly

Included PR:

#4
#3

First release for Arduino Library Manager

20 Feb 23:57
Compare
Choose a tag to compare
V1.0.0

change for kicking off build