FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
945 stars 494 forks source link

Embed ArduinoJson 5.13.5 (fixes #426, fixes #444, fixes #484) #510

Open bblanchon opened 3 years ago

bblanchon commented 3 years ago

Hi,

This PR embeds the source of ArduinoJson 5.13 so that users don't need to install it themselves. It also allows users to install a different version of ArduinoJson and keep Firebase-Arduino working.

Best regards, Benoit