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:
Matt
2021-09-07 06:49:07 -07:00
committed by GitHub
parent 00b8e7d1c5
commit 9fdd945a52
319 changed files with 8 additions and 7 deletions

View 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
}