@@ -93,6 +98,8 @@ public static string GetDisplayName(this Model model)
return "Raspberry Pi Zero";
case Model.B3:
return "Raspberry Pi 3 Model B";
+ case Model.Pi4:
+ return "Raspberry Pi 4 Model B";
default:
throw new ArgumentOutOfRangeException("model");
diff --git a/Raspberry.System/Processor.cs b/Raspberry.System/Processor.cs
index 01e2b69..b9953d1 100644
--- a/Raspberry.System/Processor.cs
+++ b/Raspberry.System/Processor.cs
@@ -18,6 +18,16 @@ public enum Processor
///
/// Processor is a BCM2709.
///
- Bcm2709
+ Bcm2709,
+
+ ///
+ /// Processor is BCM2711
+ ///
+ Bcm2711,
+
+ ///
+ /// Processor is BCM2835
+ ///
+ Bcm2835
}
}
\ No newline at end of file
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy