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

Commit 851639e

Browse files
authored
Update platformio.ini
1 parent 1d11e98 commit 851639e

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
@@ -27,9 +27,14 @@ upload_speed = 921600
2727
;monitor_port = COM11
2828

2929
lib_deps =
30+
; PlatformIO 4.x
3031
STM32duino LwIP@~2.1.2
3132
STM32duino STM32Ethernet@~1.2.0
3233
STM32AsyncTCP
34+
; PlatformIO 5.x
35+
; stm32duino/STM32duino LwIP@~2.1.2
36+
; stm32duino/STM32duino STM32Ethernet@~1.2.0
37+
; philbowles/STM32AsyncTCP
3338

3439
build_flags =
3540
; set your build_flags

0 commit comments

Comments
 (0)