Skip to content

Commit c85710c

Browse files
authored
Added notes about arduino libraries dependencies
1 parent 5b57418 commit c85710c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ storage.onChange([&](String key){
7676
```
7777

7878
# Requirements
79-
* This library uses the `ArduinoJson` library as a depedency - version 5.13.4 (IMPORTANT).
79+
* This library uses the `ArduinoJson` library as a depedency - version 5.13.4 (IMPORTANT). [![arduino-library-badge](https://www.ardu-badge.com/badge/ArduinoJson.svg?version=5.13.4)](https://www.ardu-badge.com/ArduinoJson/5.13.4)
80+
* This library uses the `ArduinoWebsockets` library. [![arduino-library-badge](https://www.ardu-badge.com/badge/ArduinoWebsockets.svg?)](https://www.ardu-badge.com/ArduinoWebsockets)
8081
* You must have an instance of [CloudStorage Server](https://github.com/gilmaimon/CloudStorage-Server) running.
8182
* You must have valid `username` and `password` (on your CloudStorage Server)
8283

0 commit comments

Comments
 (0)