fix missed comma

This commit is contained in:
TCH
2024-01-16 23:45:57 +01:00
committed by GitHub
parent 97adaf88bf
commit 89187b7e44

View File

@@ -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)',