Skip to content

Commit

Permalink
Add 3A+ image
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed May 17, 2019
1 parent 0cefd9b commit d22f30b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions scripts/keys/jb_pub.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEfX3cUDe8d0s5ZeOeDVrwktYomwv5nN5I
9SCCebmHGmPXLCaTxYyEfmNjxg4VD6jxhef0gqfzmyuvwHWz3ryLcQ==
-----END PUBLIC KEY-----
3 changes: 1 addition & 2 deletions www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ function ApprovedCape($v) {
$settings['Logo'] = "Raspberry_Pi_3B+.png";
} else if (preg_match('/Pi 3 Model A Plus/', $settings['SubPlatform'])) {
$settings['Variant'] = "Pi 3 Model A+";
//FIXME - need logo for 3A+
$settings['Logo'] = "Raspberry_Pi_A+.png";
$settings['Logo'] = "Raspberry_Pi_3A+.png";
} else if (preg_match('/Pi 3 Model B/', $settings['SubPlatform'])) {
$settings['Variant'] = "Pi 3 Model B";
$settings['Logo'] = "Raspberry_Pi_3.png";
Expand Down
Binary file added www/images/Raspberry_Pi_3A+.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d22f30b

Please sign in to comment.