From 7b962f58b00743e9281fc3a452738663959cb005 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Fri, 14 Jun 2024 21:01:30 +0200 Subject: [PATCH] update EspSoftwareSerial to 8.2.0 also ghostl is now a dependency of EspSoftwareSerial and hence there is no need to list it explicitly in platformio.ini. --- platformio.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 73e5d23c..94fc5370 100644 --- a/platformio.ini +++ b/platformio.ini @@ -46,8 +46,7 @@ lib_deps = buelowp/sunset @ 1.1.7 https://github.com/arkhipenko/TaskScheduler#testing https://github.com/coryjfowler/MCP_CAN_lib - plerup/EspSoftwareSerial @ ^8.0.1 - https://github.com/dok-net/ghostl @ ^1.0.1 + plerup/EspSoftwareSerial @ ^8.2.0 extra_scripts = pre:pio-scripts/auto_firmware_version.py