Skip to content

Commit

Permalink
Added fix explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Jan 9, 2024
1 parent bebb21a commit b120134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit b120134

Please sign in to comment.