Skip to content

Commit

Permalink
Add pi5 to pi version enum (#1023)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Technologyman00 <[email protected]>
  • Loading branch information
mcm001 and Technologyman00 authored Nov 23, 2023
1 parent 773c635 commit 3268e0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 3268e0d

Please sign in to comment.