From 97adaf88bf393c889b62ef0cf0b476ae5267ef15 Mon Sep 17 00:00:00 2001 From: TCH Date: Tue, 16 Jan 2024 23:44:54 +0100 Subject: [PATCH] Update Sysinfo.php source: https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/raspberry-pi/revision-codes.adoc --- src/RaspAP/System/Sysinfo.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/RaspAP/System/Sysinfo.php b/src/RaspAP/System/Sysinfo.php index 7a45728e..8932e7b3 100755 --- a/src/RaspAP/System/Sysinfo.php +++ b/src/RaspAP/System/Sysinfo.php @@ -131,6 +131,12 @@ class Sysinfo 'a03111' => 'Model 4B Revision 1.1 (1 GB)', 'b03111' => 'Model 4B Revision 1.1 (2 GB)', 'c03111' => 'Model 4B Revision 1.1 (4 GB)' + 'a03140' => 'Compute Module 4 (1 GB)', + 'b03140' => 'Compute Module 4 (2 GB)', + 'c03140' => 'Compute Module 4 (4 GB)', + 'd03140' => 'Compute Module 4 (8 GB)', + 'c04170' => 'Pi 5 (4 GB)', + 'd04170' => 'Pi 5 (8 GB)' ); $cpuinfo_array = '';