-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Labels
bugSomething isn't workingSomething isn't working
Description
See
photonvision/photon-core/src/main/java/org/photonvision/common/configuration/HardwareConfig.java
Lines 52 to 75 in dbbb00f
public HardwareConfig() { | |
this( | |
"", // deviceName | |
"", // deviceLogoPath | |
"", // supportURL | |
new ArrayList<>(), // ledPins | |
"", // ledSetCommand | |
false, // ledsCanDim | |
new ArrayList<>(), // ledBrightnessRange | |
"", // ledDimCommand | |
"", // ledBlinkCommand | |
new ArrayList<>(), // statusRGBPins | |
"", // cpuTempCommand | |
"", // cpuMemoryCommand | |
"", // cpuUtilCommand | |
"", // cpuThrottleReasonCmd | |
"", // cpuUptimeCommand | |
"", // gpuMemoryCommand | |
"", // ramUtilCommand | |
"", // gpuMemUsageCommand | |
"", // diskUsageCommand | |
"", // restartHardwareCommand | |
-1); // vendorFOV | |
} |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working