1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Update system.php

Added Revision for Pi Zero 1.3 and PiZero W
This commit is contained in:
Challon Holt 2017-03-08 16:24:42 -05:00 committed by GitHub
parent a4d012d1d0
commit 0dce1fefcb

View File

@ -26,7 +26,9 @@ function RPiVersion() {
'0012' => 'Model A+',
'a01041' => 'a01041',
'a21041' => 'a21041',
'900092' => 'PiZero',
'900092' => 'PiZero 1.2',
'900093' => 'PiZero 1.3',
'9000C1' => 'PiZero W',
'a02082' => 'Pi 3 Model B',
'a22082' => 'Pi 3 Model B'
);