From f8ac55da6f4ea0e9318417c1354d6cf3b84bf1b5 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 27 Dec 2019 00:50:53 +0000 Subject: [PATCH] Added missing 4B models --- includes/system.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/system.php b/includes/system.php index 1fc9616b..b4ade05e 100755 --- a/includes/system.php +++ b/includes/system.php @@ -42,7 +42,9 @@ function RPiVersion() 'a220a0' => 'Compute Module 3', 'a020a0' => 'Compute Module 3', 'a02100' => 'Compute Module 3+', - 'c03111' => 'Model 4B v1.1' + 'a03111' => 'Model 4B Revision 1.1 (1 GB)', + 'b03111' => 'Model 4B Revision 1.1 (2 GB)', + 'c03111' => 'Model 4B Revision 1.1 (4 GB)' ); $cpuinfo_array = '';