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.
This commit is contained in:
Charlotte Wilson
2026-03-06 12:44:37 -05:00
committed by GitHub
parent 5fdfa3132f
commit fd4628d419
6 changed files with 2 additions and 24 deletions

View File

@@ -1,7 +1,5 @@
{
"deviceName": "PhotonVision",
"deviceLogoPath": "photonvision.png",
"supportURL": "https://support.photonvision.com",
"ledPins" : [2, 13],
"statusRGBPins" : [-1, -1, -1],
"ledsCanDim" : true,