@@ -91,12 +101,16 @@ public static string GetDisplayName(this Model model)
return "Raspberry Pi 2 Model B";
case Model.Zero:
return "Raspberry Pi Zero";
+ case Model.ZeroW:
+ return "Raspberry Pi Zero W";
case Model.B3:
return "Raspberry Pi 3 Model B";
-
+ case Model.ComputeModule3:
+ return "Raspberry Pi Compute Module 3";
+
default:
throw new ArgumentOutOfRangeException("model");
}
}
}
-}
\ No newline at end of file
+}
diff --git a/Raspberry.System/Processor.cs b/Raspberry.System/Processor.cs
index 01e2b69..dc03a5f 100644
--- a/Raspberry.System/Processor.cs
+++ b/Raspberry.System/Processor.cs
@@ -18,6 +18,11 @@ public enum Processor
///
/// Processor is a BCM2709.
///
- Bcm2709
+ Bcm2709,
+
+ ///
+ /// Processor is BCM2835
+ ///
+ BCM2835 // <- added this one JJ FIX per RB3/CM3
}
}
\ No newline at end of file
diff --git a/Raspberry.System/Properties/AssemblyInfo.cs b/Raspberry.System/Properties/AssemblyInfo.cs
index e57f5af..99f53f9 100644
--- a/Raspberry.System/Properties/AssemblyInfo.cs
+++ b/Raspberry.System/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.2.0.0")]
-[assembly: AssemblyFileVersion("1.2.0.0")]
+[assembly: AssemblyVersion("3.1.1.0")]
+[assembly: AssemblyFileVersion("3.1.1.0")]
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