Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
force platform to version 2.6.3 because 3.x won't compile
  • Loading branch information
christian-hellwig committed Jun 1, 2021
1 parent 5579be3 commit 194d59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ lib_dir = rancilio-pid/libraries/
src_dir = rancilio-pid/rancilio-pid/

[env:nodemcuv2_usb]
platform = espressif8266
platform = espressif8266@^2.6.3
board = nodemcuv2
framework = arduino
monitor_speed = 115200

[env:nodemcuv2_ota]
platform = espressif8266
platform = espressif8266@^2.6.3
board = nodemcuv2
framework = arduino
monitor_speed = 115200
Expand Down

0 comments on commit 194d59e

Please sign in to comment.