mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Removed the `deviceLogoPath` and `supportURL` fields from `HardwareConfig` due to low (no) usage, and updates the docs to reflect this.
18 lines
517 B
JSON
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
|
|
}
|