feat: 增加 cert:generatearduino:install 脚本

This commit is contained in:
王立帮
2025-05-08 23:18:05 +08:00
parent a7bc967378
commit c79fcd89dc
31 changed files with 1270 additions and 194 deletions

29
config.json Normal file
View File

@@ -0,0 +1,29 @@
{
"debug": true,
"arduino": {
"path": {
"folder": "./arduino-cli",
"cli": "./arduino-cli/arduino-cli.exe",
"libraries": [
"./arduino-cli/libraries"
],
"cache": "./arduino-cli/cache",
"config": "./arduino-cli/arduino-cli.json"
}
},
"micropython": {
"path": {
"ampy": "./mixly/tools/python/ampy_main.py",
"esptool": "./mixly/tools/python/esptool_main.py"
}
},
"python": {
"path": {
"cli": "python3"
}
},
"tempPath": "./temp",
"clientPath": "./mixly",
"mode": "web-socket",
"port": 4000
}