mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added missing 4B models
This commit is contained in:
parent
75451fb25f
commit
f8ac55da6f
@ -42,7 +42,9 @@ function RPiVersion()
|
|||||||
'a220a0' => 'Compute Module 3',
|
'a220a0' => 'Compute Module 3',
|
||||||
'a020a0' => 'Compute Module 3',
|
'a020a0' => 'Compute Module 3',
|
||||||
'a02100' => '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 = '';
|
$cpuinfo_array = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user