Skip to content

Commit

Permalink
Added identification for RPI3B+
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoQc committed Mar 15, 2018
1 parent cd55088 commit c78969b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_detect_rpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

"a02082" : ["Pi 3 Model B", "RPI3"],
"a22082" : ["Pi 3 Model B", "RPI3"],
"a020d3" : ["Pi 3 Model B+", "RPI3B+"],
}

# represents indexes for each corresponding key in the above dictionary
Expand Down

0 comments on commit c78969b

Please sign in to comment.