Skip to content

Commit

Permalink
STM32 Ethernet fix lib_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantoine committed Nov 30, 2023
1 parent 645c9f9 commit d703c42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ include_dir = .

[env]
build_flags = -Wall -Wextra
; monitor_filters = time

[env:samd21-dev-usb]
platform = atmelsam
Expand Down Expand Up @@ -250,7 +249,6 @@ platform = ststm32
board = nucleo_f429zi
framework = arduino
lib_deps = ${env.lib_deps}
arduino-libraries/Ethernet @ ^2.0.1
stm32duino/STM32Ethernet @ ^1.3.0
stm32duino/STM32duino LwIP @ ^2.1.2
build_flags = -std=c++17 -Os -g2 -Wunused-variable
Expand All @@ -263,10 +261,9 @@ upload_protocol = stlink
;
[env:Nucleo-F439ZI]
platform = ststm32
board = nucleo_f429zi
board = nucleo_f439zi
framework = arduino
lib_deps = ${env.lib_deps}
arduino-libraries/Ethernet @ ^2.0.1
stm32duino/STM32Ethernet @ ^1.3.0
stm32duino/STM32duino LwIP @ ^2.1.2
build_flags = -std=c++17 -Os -g2 -Wunused-variable
Expand Down

0 comments on commit d703c42

Please sign in to comment.