mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
Fix compilation with gradlew build (#284)
* Fix everything but test mode * Update TestUtils.java * Jank testutils fix * Limit workers in CI
This commit is contained in:
18
test-resources/hardware/HardwareConfig.json
Normal file
18
test-resources/hardware/HardwareConfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"deviceName": "PhotonVision",
|
||||
"deviceLogoPath": "photonvision.png",
|
||||
"supportURL": "https://support.photonvision.com",
|
||||
"ledPins" : [2, 13],
|
||||
"statusRGBPins" : [-1, -1, -1],
|
||||
"ledSetCommand" : "",
|
||||
"ledsCanDim" : true,
|
||||
"ledDimCommand" : "echo 10",
|
||||
"ledBlinkCommand" : "echo 10",
|
||||
"cpuTempCommand" : "echo 10",
|
||||
"cpuMemoryCommand" : "echo 10",
|
||||
"cpuUtilCommand" : "echo 10",
|
||||
"gpuMemoryCommand" : "echo 10",
|
||||
"ramUtilCommand" : "echo 10",
|
||||
"restartHardwareCommand" : "echo 10",
|
||||
"vendorFOV" : 40.0
|
||||
}
|
||||
Reference in New Issue
Block a user