mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add note about upload speeds on MacBooks
This commit is contained in:
@@ -69,6 +69,9 @@ extra_scripts =
|
|||||||
[env]
|
[env]
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters = direct
|
monitor_filters = direct
|
||||||
|
; on MacBook default upload speed is 921600, which is too fast for USB. Lower for Mac.
|
||||||
|
; see https://docs.platformio.org/en/latest/projectconf/sections/env/options/upload/upload_speed.html
|
||||||
|
; upload_speed = 460800
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
build_type = release
|
build_type = release
|
||||||
check_tool = cppcheck, clangtidy
|
check_tool = cppcheck, clangtidy
|
||||||
|
|||||||
Reference in New Issue
Block a user