29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"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
|
|
} |