Set default monitor speed to 115200 for ESP-IDF

This commit is contained in:
Ivan Kravets
2018-05-30 20:18:35 +03:00
parent 2d119329c5
commit a5bf079d7c
7 changed files with 21 additions and 0 deletions
@@ -12,15 +12,18 @@ platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
monitor_speed = 115200
[env:quantum]
platform = espressif32
framework = espidf
board = quantum
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
monitor_speed = 115200
[env:lolin32]
platform = espressif32
framework = espidf
board = lolin32
build_flags = -DPIO_FRAMEWORK_ESP_IDF_ENABLE_EXCEPTIONS
monitor_speed = 115200