restore high baudrate temporarily
This commit is contained in:
@@ -75,7 +75,7 @@ BU.progressLayer = new LayerProgress({
|
|||||||
cancelDisplay: false
|
cancelDisplay: false
|
||||||
});
|
});
|
||||||
|
|
||||||
const BAUD = 460800;
|
const BAUD = goog.platform() === 'darwin' ? 460800 : 921600;
|
||||||
|
|
||||||
if (['BBC micro:bit', 'Mithon CC'].includes(BOARD.boardType)) {
|
if (['BBC micro:bit', 'Mithon CC'].includes(BOARD.boardType)) {
|
||||||
FSWrapper.setupFilesystem(path.join(Env.boardDirPath, 'build'));
|
FSWrapper.setupFilesystem(path.join(Env.boardDirPath, 'build'));
|
||||||
|
|||||||
Reference in New Issue
Block a user