log0.3
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
{
|
||||
"plugin_dir": "bin/plugins",
|
||||
"device_tree": [],
|
||||
"routes": []
|
||||
}
|
||||
{
|
||||
"plugin_dir": "bin/plugins",
|
||||
"device_tree": [
|
||||
{
|
||||
"id": "serial_1",
|
||||
"name": "Serial Device 1",
|
||||
"type": "serial",
|
||||
"endpoint": "/dev/ttyS1",
|
||||
"driver": "hardware/drivers/serial/SerialQtDriver",
|
||||
"capabilitiesRef": "src/hardware/drivers/serial/parameters.json",
|
||||
"params": {
|
||||
"baudRate": 115200,
|
||||
"dataBits": 8,
|
||||
"parity": "none",
|
||||
"stopBits": 1,
|
||||
"flowControl": "none"
|
||||
},
|
||||
"children": [],
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"routes": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user