Files
PhotonVision/test-resources/hardware/HardwareConfig.json
Charlotte Wilson fd4628d419 Drop deviceLogoPath and supportURL from HardwareConfig (#2389)
Removed the `deviceLogoPath` and `supportURL` fields from
`HardwareConfig` due to low (no) usage, and updates the docs to reflect
this.
2026-03-06 11:44:37 -06:00

18 lines
517 B
JSON

{
"deviceName": "PhotonVision",
"ledPins" : [2, 13],
"statusRGBPins" : [-1, -1, -1],
"ledsCanDim" : true,
"getGPIOCommand": "cat /tmp/GPIO{p}",
"setGPIOCommand": "echo {s} > /tmp/GPIO{p}",
"setPWMCommand": "echo {v} > /tmp/GPIO{p}",
"releaseGPIOCommand": "rm /tmp/GPIO{p}",
"cpuTempCommand" : "echo 10",
"cpuMemoryCommand" : "echo 10",
"cpuUtilCommand" : "echo 10",
"gpuMemoryCommand" : "echo 10",
"ramUtilCommand" : "echo 10",
"restartHardwareCommand" : "echo 10",
"vendorFOV" : 40.0
}