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

@@ -103,9 +103,9 @@ If your hardware contains a camera with a known field of vision, it can be enter
}
```
## Cosmetic & Branding
## Device Name Branding
To help differentiate your hardware from other solutions, some customization is allowed.
To help differentiate your hardware from other solutions, a device name may be set.
```{eval-rst}
.. tab-set-code::
@@ -113,8 +113,6 @@ To help differentiate your hardware from other solutions, some customization is
{
"deviceName" : "Super Cool Custom Hardware",
"deviceLogoPath" : "",
"supportURL" : "https://cat-bounce.com/",
}
```
@@ -132,8 +130,6 @@ Here is a complete example `hardwareConfig.json`:
{
"deviceName" : "Blinky McBlinkface",
"deviceLogoPath" : "",
"supportURL" : "https://www.youtube.com/watch?v=b-CvLWbfZhU",
"ledPins" : [2, 13],
"ledsCanDim" : true,
"ledBrightnessRange" : [ 0, 100 ],