From 89187b7e447cc6c4c39180fa65a7c92df4c9c340 Mon Sep 17 00:00:00 2001 From: TCH Date: Tue, 16 Jan 2024 23:45:57 +0100 Subject: [PATCH] fix missed comma --- src/RaspAP/System/Sysinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RaspAP/System/Sysinfo.php b/src/RaspAP/System/Sysinfo.php index 8932e7b3..003ed991 100755 --- a/src/RaspAP/System/Sysinfo.php +++ b/src/RaspAP/System/Sysinfo.php @@ -130,7 +130,7 @@ class Sysinfo 'a02100' => 'Compute Module 3+', 'a03111' => 'Model 4B Revision 1.1 (1 GB)', 'b03111' => 'Model 4B Revision 1.1 (2 GB)', - 'c03111' => 'Model 4B Revision 1.1 (4 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)',