Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d913066

Browse files
authored
Merge pull request #15 from marcelstoer/patch-1
Add comment for PlatformIO 5.x
2 parents 5783700 + c6aa091 commit d913066

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio/platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ upload_speed = 921600
2828
;monitor_port = COM11
2929

3030
lib_deps =
31+
; PlatformIO 4.x
3132
ESP Async WebServer@~1.2.3
3233
ESP AsyncTCP@~1.2.2
3334
AsyncTCP@~1.1.1
35+
; PlatformIO 5.x, uncomment the below 3 lines and delete the 4 lines above
36+
; me-no-dev/ESP Async WebServer @ ~1.2.3
37+
; me-no-dev/ESPAsyncTCP @ ~1.2.2
38+
; me-no-dev/AsyncTCP @ ~1.1.1
3439

3540
build_flags =
3641
; set your debug output (default=Serial)

0 commit comments

Comments
 (0)