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
1 changed files with 3 additions and 1 deletions

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'
);