Skip to content

Commit 7e3f38b

Browse files
committed
Specifying espressif32 platform version explicitely
This is required to make Ethernet library compile (see espressif/arduino-esp32#2755)
1 parent 4e57206 commit 7e3f38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; https://docs.platformio.org/page/projectconf.html
1010

1111
[env:esp32doit-devkit-v1]
12-
platform = espressif32
12+
platform = espressif32@1.6.0
1313
board = esp32doit-devkit-v1
1414
framework = arduino
1515
lib_deps =

0 commit comments

Comments
 (0)