mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
Merge pull request #285 from dalmago/revision_code
Updating revision code list
This commit is contained in:
commit
dc89e3e240
1 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,13 @@ function RPiVersion() {
|
|||
'900093' => 'PiZero 1.3',
|
||||
'9000c1' => 'PiZero W',
|
||||
'a02082' => 'Pi 3 Model B',
|
||||
'a22082' => 'Pi 3 Model B'
|
||||
'a22082' => 'Pi 3 Model B',
|
||||
'a32082' => 'Pi 3 Model B',
|
||||
'a52082' => 'Pi 3 Model B',
|
||||
'a020d3' => 'Pi 3 Model B+',
|
||||
'a220a0' => 'Compute Module 3',
|
||||
'a020a0' => 'Compute Module 3',
|
||||
'a02100' => 'Compute Module 3+',
|
||||
);
|
||||
|
||||
$cpuinfo_array = '';
|
||||
|
|
Loading…
Reference in a new issue