mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
Add pi5 to pi version enum (#1023)
--------- Co-authored-by: Technologyman00 <collinost@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ public enum PiVersion {
|
||||
ZERO_2_W("Raspberry Pi Zero 2"),
|
||||
PI_3("Pi 3"),
|
||||
PI_4("Pi 4"),
|
||||
PI_5("Pi 5"),
|
||||
COMPUTE_MODULE_3("Compute Module 3"),
|
||||
UNKNOWN("UNKNOWN");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user