From b8fcdf3998ecec1a0dacf89fa26fbb257f33df52 Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Tue, 16 Jan 2024 12:55:38 +0100 Subject: [PATCH] build: add manual lib dependency that ESPSoftwareSerial 8.0.1 can compile Add lib dependency https://github.com/dok-net/ghostl @ ^1.0.1 manually. ESPSoftwareSerial 8.0.1 has incorrect debendency configuration. --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 4526ccef..5070c03c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -45,7 +45,8 @@ lib_deps = https://github.com/arkhipenko/TaskScheduler#testing https://github.com/arkhipenko/TaskScheduler#testing https://github.com/coryjfowler/MCP_CAN_lib - plerup/EspSoftwareSerial@^8.0.1 + plerup/EspSoftwareSerial @ ^8.0.1 + https://github.com/dok-net/ghostl @ ^1.0.1 rweather/Crypto@^0.4.0 extra_scripts =