初始化提交

This commit is contained in:
王立帮
2024-07-19 10:16:00 +08:00
parent 4c7b571f20
commit 4a2d56dcc4
7084 changed files with 741212 additions and 63 deletions

31
sw-config.json Normal file
View File

@@ -0,0 +1,31 @@
{
"version": "Mixly 2.0 rc4",
"board": {
"url": "http://download.mixlylibs.cloud/mixly-packages/cloud-boards/boards.json"
},
"defaultPath": {
"win32": {
"arduinoCli": "../../mixly/mixly2.0-win32-x64/arduino-cli/arduino-cli.exe",
"python3": "None"
},
"darwin": {
"arduinoCli": "None",
"python3": "None"
},
"linux": {
"arduinoCli": "None",
"python3": "None"
}
},
"webSocket": {
"enabled": false
},
"webCompiler": {
"enabled": false
},
"behaviorRecord": {
"url": "",
"enabled": false
},
"debug": false
}