add note about upload speeds on MacBooks

This commit is contained in:
proddy
2024-10-08 22:51:14 +02:00
parent 621f35b1d5
commit 8b1015b706

View File

@@ -69,6 +69,9 @@ extra_scripts =
[env]
monitor_speed = 115200
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
build_type = release
check_tool = cppcheck, clangtidy