Update: 将xpython板卡工具栏 烧录额外固件 选项与已有 固件烧录 选项合并
This commit is contained in:
@@ -361,7 +361,12 @@ BU.initBurn = function () {
|
||||
BU.getDisksWithVolumesName('burn', burn.volume, burn.filePath);
|
||||
} else {
|
||||
const port = Serial.getSelectedPortName();
|
||||
BU.burnWithPort(port, burn.command);
|
||||
if (burn.special && burn.special instanceof Array) {
|
||||
BU.burning = false;
|
||||
BU.burnWithSpecialBin();
|
||||
} else {
|
||||
BU.burnWithPort(port, burn.command);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user