You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This code needs external libraries to run, that you can install using the built-
34
34
-[PubSubClient](https://pubsubclient.knolleary.net/) library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT
35
35
36
36
#### Library developed by Benoît Blanchon (mandatory for both Arduino, ESP and Adafruit boards)
37
-
-[ArduinoJson](https://arduinojson.org/), a powerful library used to parse, store and handle JSON easily
37
+
-[ArduinoJson](https://arduinojson.org/), a powerful library used to parse, store and handle JSON easily.
38
38
The default installation includes ArduinoJSON v6.21.5, optimized for the architectures supported by this SDK. While later versions of ArduinoJSON are compatible, they will consume more flash memory (see [here](https://arduinojson.org/news/2024/01/03/arduinojson-7/)).
0 commit comments