powerpods/goTool/testdata/configs/example-lab.json
simon 0299ba44fd Add bench UART ports and cold-start reset to goTool autotest.
Bench configs define command and console serial paths; scenarios can
reset nodes via esptool before tests. Smoke resets all nodes then waits
for ESP-NOW join.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 23:44:58 +02:00

20 lines
402 B
JSON

{
"id": "example-lab",
"description": "Example bench — replace MACs, network, and serial paths",
"network": 1,
"master_mac": "50:78:7d:18:00:10",
"uart": {
"baud": 921600,
"master": "/dev/ttyUSB0",
"master_console": "/dev/ttyACM0"
},
"slaves": [
{
"id": "pod-1",
"mac": "50:78:7d:18:01:10",
"client_id": 16,
"console": "/dev/ttyACM1"
}
]
}