feat: sync mixly root files and common folder

This commit is contained in:
yczpf2019
2026-01-24 16:12:04 +08:00
parent 93e17c00ae
commit c8c5fcf726
2920 changed files with 186461 additions and 0 deletions

33
mixly/sw-config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"version": "Mixly 3.0 rc0",
"board": {
"url": "http://download.mixlylibs.cloud/mixly3-packages/cloud-boards/boards.json"
},
"defaultPath": {
"win32": {
"arduinoCli": "None",
"python3": "None"
},
"darwin": {
"arduinoCli": "None",
"python3": "None"
},
"linux": {
"arduinoCli": "None",
"python3": "None"
}
},
"webSocket": {
"url": "wss://default:7100",
"enabled": true
},
"webCompiler": {
"url": "",
"enabled": false
},
"behaviorRecord": {
"url": "",
"enabled": false
},
"debug": false
}