Skip to content

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

Latest
Compare
Choose a tag to compare
@witnessmenow witnessmenow released this 20 May 22:51
· 47 commits to master since this release
c62dff8
  • 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 )