restore high baudrate temporarily

This commit is contained in:
fredqian
2025-05-29 07:51:48 +08:00
parent 8a6322fa00
commit a2b4701caf

View File

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