mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Revert ESP32 default upload speed to 115200 (#978)
This commit is contained in:
parent
1d136ab0df
commit
6ae1efcf9f
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def get_ini_content():
|
||||||
'framework': 'arduino',
|
'framework': 'arduino',
|
||||||
'lib_deps': lib_deps + ['${common.lib_deps}'],
|
'lib_deps': lib_deps + ['${common.lib_deps}'],
|
||||||
'build_flags': build_flags + ['${common.build_flags}'],
|
'build_flags': build_flags + ['${common.build_flags}'],
|
||||||
'upload_speed': UPLOAD_SPEED_OVERRIDE.get(CORE.board, 460800),
|
'upload_speed': UPLOAD_SPEED_OVERRIDE.get(CORE.board, 115200),
|
||||||
}
|
}
|
||||||
|
|
||||||
if CORE.is_esp32:
|
if CORE.is_esp32:
|
||||||
|
|
Loading…
Reference in a new issue