From 589190096f7927e2b28fc98f5622295399bee63b Mon Sep 17 00:00:00 2001 From: Marc Bresson Date: Sat, 23 Sep 2023 14:21:19 +0200 Subject: [PATCH] build: add dependancies --- library.json | 5 ++++- src/HAMqtt.h | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7c1bdaf..35f71c2 100644 --- a/library.json +++ b/library.json @@ -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" + } } diff --git a/src/HAMqtt.h b/src/HAMqtt.h index 915f44b..3ee4d10 100644 --- a/src/HAMqtt.h +++ b/src/HAMqtt.h @@ -10,7 +10,6 @@ #endif #include "EspMQTTClient.h" -#include #include struct Dict{