chore(firmware): flash at 921600 baud
Default espflash baud (115200) made a full flash take ~2-3 min of serial transfer. Bump the cargo runner and the two direct-espflash recipes (flash-git-push, flash-git-sync) to 921600. Monitor recipes keep 115200 to match the device UART log rate.
This commit is contained in:
@@ -3,7 +3,7 @@ target = "xtensa-esp32s3-espidf"
|
||||
|
||||
[target.'cfg(target_os = "espidf")']
|
||||
linker = "ldproxy"
|
||||
runner = "espflash flash --monitor"
|
||||
runner = "espflash flash --monitor --baud 921600"
|
||||
rustflags = [ "--cfg", "espidf_time64"]
|
||||
|
||||
[unstable]
|
||||
|
||||
Reference in New Issue
Block a user