From b120134befd3c7ef575b271f08f28dc7764bdc11 Mon Sep 17 00:00:00 2001 From: Andriy Golovnya Date: Tue, 9 Jan 2024 14:09:59 +0100 Subject: [PATCH] Added fix explanation comment --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 1cb84f5..3f36f09 100644 --- a/platformio.ini +++ b/platformio.ini @@ -189,7 +189,7 @@ board = wemos_d1_mini32 lib_deps = ${common.lib_deps} erropix/ESP32 AnalogWrite plerup/EspSoftwareSerial - https://github.com/dok-net/ghostl + https://github.com/dok-net/ghostl # fix, see https://github.com/plerup/espsoftwareserial/issues/305 ; WeMos LOLIN C3 mini [env:lolin_c3_mini] @@ -198,7 +198,7 @@ board = lolin_c3_mini lib_deps = ${common.lib_deps} erropix/ESP32 AnalogWrite plerup/EspSoftwareSerial - https://github.com/dok-net/ghostl + https://github.com/dok-net/ghostl # fix, see https://github.com/plerup/espsoftwareserial/issues/305 ; WeMos LOLIN S3 mini [env:lolin_s3_mini] @@ -207,7 +207,7 @@ board = lolin_s3_mini lib_deps = ${common.lib_deps} erropix/ESP32 AnalogWrite plerup/EspSoftwareSerial - https://github.com/dok-net/ghostl + https://github.com/dok-net/ghostl # fix, see https://github.com/plerup/espsoftwareserial/issues/305 ; Sipeed Longan Nano based on Gd32vf103cbt6 chip ;[env:sipeed-longan-nano]