From dd2abb3e065366d30ad79be2f53ba355528125c0 Mon Sep 17 00:00:00 2001 From: Ritankar <30374459+xritzx@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:19:20 +0530 Subject: [PATCH 1/2] Arduino Json version updated Only the ArduinoJson version ranging from v5.13.1 to v5.13.5 work, v6.xx.x seem to have a compatibility issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 827cf7ec..f4f0305d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Arduino library is [under heavy development](https://github.com/googlesample - [FirebaseArduino API Reference](http://firebase-arduino.readthedocs.io/) ## Dependencies -- FirebaseArduino now depends on [ArduinoJson library](https://github.com/bblanchon/ArduinoJson) instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github. We recommend that ArduinoJson is at least version [5.13.1](https://github.com/bblanchon/ArduinoJson/tree/v5.13.1) +- FirebaseArduino now depends on [ArduinoJson library](https://github.com/bblanchon/ArduinoJson) instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github. We recommend that ArduinoJson is version [5.13.5](https://github.com/bblanchon/ArduinoJson/tree/v5.13.5) or atleast [5.13.1](https://github.com/bblanchon/ArduinoJson/tree/v5.13.1) - ESP8266 Core SDK. We recommend using officially tagged releases and it should be at least [2.4.1](https://github.com/esp8266/Arduino/tree/2.4.1) From c15abe20f91cafb160d7ee5de92c3bc203718a27 Mon Sep 17 00:00:00 2001 From: Ritankar <30374459+xritzx@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:25:47 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f0305d..ec051e17 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Arduino library is [under heavy development](https://github.com/googlesample - [FirebaseArduino API Reference](http://firebase-arduino.readthedocs.io/) ## Dependencies -- FirebaseArduino now depends on [ArduinoJson library](https://github.com/bblanchon/ArduinoJson) instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github. We recommend that ArduinoJson is version [5.13.5](https://github.com/bblanchon/ArduinoJson/tree/v5.13.5) or atleast [5.13.1](https://github.com/bblanchon/ArduinoJson/tree/v5.13.1) +- FirebaseArduino now depends on [ArduinoJson library](https://github.com/bblanchon/ArduinoJson) instead of containing it's own version of it. Please either use Library Manager or download specific version of the library from github. We recommend that ArduinoJson is version [5.13.5](https://github.com/bblanchon/ArduinoJson/tree/v5.13.5) or at least [5.13.1](https://github.com/bblanchon/ArduinoJson/tree/v5.13.1) - ESP8266 Core SDK. We recommend using officially tagged releases and it should be at least [2.4.1](https://github.com/esp8266/Arduino/tree/2.4.1)