mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 18:54:28 +05:00
removed unused lib
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <StreamUtils.h>
|
|
||||||
|
|
||||||
class HomeAssistantHelper {
|
class HomeAssistantHelper {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ lib_deps =
|
|||||||
;ihormelnyk/OpenTherm Library@^1.1.4
|
;ihormelnyk/OpenTherm Library@^1.1.4
|
||||||
https://github.com/Laxilef/opentherm_library/archive/refs/heads/dev.zip
|
https://github.com/Laxilef/opentherm_library/archive/refs/heads/dev.zip
|
||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
bblanchon/StreamUtils@^1.7.3
|
|
||||||
;lennarthennigs/ESP Telnet@^2.1.2
|
;lennarthennigs/ESP Telnet@^2.1.2
|
||||||
https://github.com/Laxilef/ESPTelnet/archive/refs/heads/master.zip
|
https://github.com/Laxilef/ESPTelnet/archive/refs/heads/master.zip
|
||||||
gyverlibs/EEManager@^2.0
|
gyverlibs/EEManager@^2.0
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#include <WiFiClient.h>
|
#include <WiFiClient.h>
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
#include <StreamUtils.h>
|
|
||||||
#include "HaHelper.h"
|
#include "HaHelper.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user