ammend array in system.php

pull/33/head
necro-nemesis 6 years ago
parent a6f63ea695
commit 54a11ad0d5

@ -41,10 +41,10 @@ function RPiVersion() {
'a020a0' => 'Compute Module 3', 'a020a0' => 'Compute Module 3',
'a02100' => 'Compute Module 3+', 'a02100' => 'Compute Module 3+',
//Orange Pi Boards //Orange Pi Boards
'orpi' => 'Orange Pi' 'orpi' => 'Orange Pi',
'orpizero' => 'Orange Pi Zero' 'orpizero' => 'Orange Pi Zero',
'orpione' => 'Orange Pi One' 'orpione' => 'Orange Pi One',
'orpir1' => 'Orange Pi R1' 'orpir1' => 'Orange Pi R1',
); );
$cpuinfo_array = ''; $cpuinfo_array = '';

Loading…
Cancel
Save