Skip to content

Commit 2347c48

Browse files
authored
Update README.md
1 parent 30ca778 commit 2347c48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ The Arduino library is [under heavy development](https://github.com/googlesample
2020
- [FirebaseArduino API Reference](http://firebase-arduino.readthedocs.io/)
2121

2222
## Dependencies
23-
- 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.
23+
- 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)
24+
25+
- ESP8266 Core SDK. We recommend using officially tagged releases and it should be at least [2.4.1]
26+
(https://github.com/esp8266/Arduino/tree/2.4.1)
2427

2528
## Disclaimer
2629

0 commit comments

Comments
 (0)