feat: 增加 cert:generate 和 arduino:install 脚本
This commit is contained in:
29
config.json
Normal file
29
config.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user