From f3e3beb0ce9a9248e7c38bbe571262e57c738b0f Mon Sep 17 00:00:00 2001 From: sunnybank101 <52540694+sunnybank101@users.noreply.github.com> Date: Thu, 4 Jul 2019 18:00:08 +0100 Subject: [PATCH] add RPI 4 --- includes/system.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/system.php b/includes/system.php index f5c71440..8cdefbf8 100755 --- a/includes/system.php +++ b/includes/system.php @@ -41,6 +41,7 @@ function RPiVersion() 'a220a0' => 'Compute Module 3', 'a020a0' => 'Compute Module 3', 'a02100' => 'Compute Module 3+', + 'c03111' => 'Model 4B v1.1' ); $cpuinfo_array = '';