Update: micropython libraries map中文件添加__size__字段

This commit is contained in:
王立帮
2024-12-03 15:02:45 +08:00
parent 5aedcce062
commit 8b348d0145
24 changed files with 324 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"start": "npm run test",
"static": "node ./static-server/server.js",
"test": "npm run deps && npm run static",
"test": "npm run deps & npm run static",
"deps": "node scripts/deps-gen.js",
"build:boards:all": "node scripts/build-boards.js --type all",
"build:boards:arduino": "node scripts/build-boards.js --type arduino",