Skip to content

Commit

Permalink
treehouses detect for revisions 1.4 of 4B (fixes #2250) (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Nov 1, 2021
1 parent db85201 commit 9af9f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/detect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ function detectrpi {
rpimodels["a03111"]="RPI4B" # 1gb
rpimodels["b03111"]="RPI4B" # 2gb
rpimodels["b03112"]="RPI4B" # 2gb
rpimodels["b03114"]="RPI4B" # 2gb
rpimodels["c03111"]="RPI4B" # 4gb
rpimodels["c03112"]="RPI4B" # 4gb
rpimodels["c03114"]="RPI4B" # 4gb
rpimodels["d03114"]="RPI4B" # 8gb
# more at: https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.25.62",
"version": "1.26.0",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down

0 comments on commit 9af9f72

Please sign in to comment.