mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Added missing 4B models
This commit is contained in:
parent
75451fb25f
commit
f8ac55da6f
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ function RPiVersion()
|
|||
'a220a0' => 'Compute Module 3',
|
||||
'a020a0' => 'Compute Module 3',
|
||||
'a02100' => 'Compute Module 3+',
|
||||
'c03111' => 'Model 4B v1.1'
|
||||
'a03111' => 'Model 4B Revision 1.1 (1 GB)',
|
||||
'b03111' => 'Model 4B Revision 1.1 (2 GB)',
|
||||
'c03111' => 'Model 4B Revision 1.1 (4 GB)'
|
||||
);
|
||||
|
||||
$cpuinfo_array = '';
|
||||
|
|
Loading…
Reference in a new issue