Skip to content

Commit

Permalink
Specifying espressif32 platform version explicitely
Browse files Browse the repository at this point in the history
This is required to make Ethernet library compile  (see espressif/arduino-esp32#2755)
  • Loading branch information
jozala committed Jun 20, 2019
1 parent 4e57206 commit 7e3f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html

[env:esp32doit-devkit-v1]
platform = espressif32
platform = espressif32@1.6.0
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
Expand Down

0 comments on commit 7e3f38b

Please sign in to comment.