mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Use nicer array syntax
This commit is contained in:
@@ -138,7 +138,7 @@ public class PhotonCamera implements AutoCloseable {
|
||||
.getRawTopic("rawBytes")
|
||||
.subscribe(
|
||||
PhotonPipelineResult.photonStruct.getTypeString(),
|
||||
new byte[] {},
|
||||
new byte[0],
|
||||
PubSubOption.periodic(0.01),
|
||||
PubSubOption.sendAll(true),
|
||||
PubSubOption.pollStorage(20));
|
||||
|
||||
Reference in New Issue
Block a user