mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Allow configuring maximum target count (#2338)
This commit is contained in:
committed by
GitHub
parent
77457219c7
commit
09e6d45e77
@@ -31,6 +31,8 @@ public class Packet {
|
||||
// Read and write positions.
|
||||
int readPos, writePos;
|
||||
|
||||
public static final int MAX_ARRAY_LEN = Byte.MAX_VALUE;
|
||||
|
||||
/**
|
||||
* Constructs an empty packet. This buffer will dynamically expand if we need more data space.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user