From d9306443f3ee3dd08b7bd70cebb2eb8481addf2a Mon Sep 17 00:00:00 2001 From: Matheus Dal Mago Date: Mon, 4 Feb 2019 15:08:10 -0200 Subject: [PATCH] Updating revision code list --- includes/system.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/includes/system.php b/includes/system.php index e7280835..3bb89b7e 100755 --- a/includes/system.php +++ b/includes/system.php @@ -33,7 +33,13 @@ function RPiVersion() { '900093' => 'PiZero 1.3', '9000c1' => 'PiZero W', 'a02082' => 'Pi 3 Model B', - 'a22082' => 'Pi 3 Model B' + 'a22082' => 'Pi 3 Model B', + 'a32082' => 'Pi 3 Model B', + 'a52082' => 'Pi 3 Model B', + 'a020d3' => 'Pi 3 Model B+', + 'a220a0' => 'Compute Module 3', + 'a020a0' => 'Compute Module 3', + 'a02100' => 'Compute Module 3+', ); $cpuinfo_array = '';