Update(boards): 更新micropython esp板卡config

This commit is contained in:
王立帮
2025-03-22 15:36:37 +08:00
parent 353df650e1
commit 5dcee9cff1
8 changed files with 9 additions and 7 deletions

View File

@@ -523,6 +523,8 @@ BU.uploadByCmd = async function (layerNum, port, command) {
const code = editor.getCode();
if (upload.copyLib) {
BU.copyLib(upload.filePath, code);
} else {
BU.copyLib(upload.filePath, '');
}
fs_extra.outputFile(upload.filePath, code)
.then(() => {