Skip to content

Commit

Permalink
build: add dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcBresson committed Sep 23, 2023
1 parent 22f0cce commit 5891900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"license": "EUPL-1.2",
"homepage": "https://github.com/MarcBresson/HA-MQTT",
"frameworks": "arduino",
"platforms": "*"
"platforms": "*",
"dependancies": {
"plapointe6/EspMQTTClient": "^1.13.3"
}
}
1 change: 0 additions & 1 deletion src/HAMqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#endif

#include "EspMQTTClient.h"
#include <ArduinoJson.h>
#include <vector>

struct Dict{
Expand Down

0 comments on commit 5891900

Please sign in to comment.