Fix ESP32 servos, platformio.ini, etc. (#14247)

This commit is contained in:
felixstorm 2019-06-11 06:22:19 +02:00 committed by Scott Lahteine
parent a373d3f557
commit 9439fab7fd
6 changed files with 24 additions and 18 deletions

View file

@ -403,10 +403,10 @@ lib_ignore =
# Espressif ESP32
#
[env:esp32]
platform = https://github.com/platformio/platform-espressif32.git ; #feature/stage
board = esp32dev
framework = arduino
upload_speed = 115200
platform = espressif32
board = esp32dev
framework = arduino
upload_speed = 115200
monitor_speed = 115200
upload_port = /dev/ttyUSB0
lib_deps =