Skip to content

Commit

Permalink
Added workaround for missing header on ESP32 platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
red-scorp committed Jan 9, 2024
1 parent 3327163 commit 2bf8324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ board = wemos_d1_mini32
lib_deps = ${common.lib_deps}
erropix/ESP32 AnalogWrite
plerup/EspSoftwareSerial
https://github.com/dok-net/ghostl

; WeMos LOLIN C3 mini
[env:lolin_c3_mini]
Expand All @@ -197,6 +198,7 @@ board = lolin_c3_mini
lib_deps = ${common.lib_deps}
erropix/ESP32 AnalogWrite
plerup/EspSoftwareSerial
https://github.com/dok-net/ghostl

; WeMos LOLIN S3 mini
[env:lolin_s3_mini]
Expand All @@ -205,6 +207,7 @@ board = lolin_s3_mini
lib_deps = ${common.lib_deps}
erropix/ESP32 AnalogWrite
plerup/EspSoftwareSerial
https://github.com/dok-net/ghostl

; Sipeed Longan Nano based on Gd32vf103cbt6 chip
;[env:sipeed-longan-nano]
Expand Down

0 comments on commit 2bf8324

Please sign in to comment.