Frequently Asked Questions
Setup
General
License
Configurations (advanced settings!)
{ ...
"ui": {
richAdvancedSettings: false
}
...
}
Serial connection
...
"serial": {
...
"baudrates": [
...
74800,
74880,
115200,
...
]
...
}
...
User Interface
...
{
...
"ui": {
...
"fullClear": true,
...
}
...
}
...
Commands
...
{
"command": "reset",
"description": "Fancy script command",
"hotKey": "alt+5",
"name": "My Command",
"script": "(port) => { port.write("something") }"
}
...