Skip to content

Commit eefb1cf

Browse files
committed
Fix wrong condition
- Fixes #110.
1 parent ff6b44d commit eefb1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$platform = 'rpi3aplus';
6363
break;
6464
case '3B':
65-
$platform = 'rpi3';
65+
$platform = 'rpi3b';
6666
break;
6767
case '3B+':
6868
$platform = 'rpi3bplus';

0 commit comments

Comments
 (0)