chore(core): 调整esptooljs烧录时的波特率

This commit is contained in:
王立帮
2025-05-25 09:24:41 +08:00
parent a6bb681246
commit 0d59741de1

View File

@@ -80,7 +80,7 @@ BU.progressLayer = new LayerProgress({
cancelDisplay: false
});
const BAUD = goog.platform() === 'darwin' ? 460800 : 921600;
const BAUD = 460800;
if (['BBC micro:bit', 'Mithon CC'].includes(BOARD.boardType)) {
FSWrapper.setupFilesystem(path.join(Env.boardDirPath, 'build'));