From a6133d400f5b3fb2e4a52e0c5495c33759ec9706 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 28 Dec 2023 18:43:29 +0100 Subject: [PATCH] lock AsyncTCP-esphome to 2.0.1 to avoid compile errors --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index b6a00bc..b249ef8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,6 +26,7 @@ lib_deps = ttlappalainen/NMEA2000-library @ 4.18.9 ttlappalainen/NMEA0183 @ 1.9.1 ArduinoJson @ 6.18.5 + AsyncTCP-esphome @ 2.0.1 ottowinter/ESPAsyncWebServer-esphome@2.0.1 fastled/FastLED @ 3.6.0 FS