Skip to content

Commit

Permalink
Merge pull request #126 from FunnyGermanGuy/master
Browse files Browse the repository at this point in the history
Update platformio.ini to circumvent problem with espressif version 3.x
  • Loading branch information
murmeltier08 authored Jun 1, 2021
2 parents 5579be3 + 194d59e commit fdf2589
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 fdf2589

Please sign in to comment.