Files
mixly3/sw-config.json
2024-07-19 10:16:00 +08:00

32 lines
709 B
JSON

{
"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
}