Skip to content

Commit

Permalink
Add data for 8GB Pi 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed May 28, 2020
1 parent 497b716 commit 65ba42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpiozero/pins/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ def from_revision(cls, revision):
2: 1024,
3: 2048,
4: 4096,
8: 8192,
}.get(revcode_memory, None)
released = {
'A': '2013Q1',
Expand All @@ -990,7 +991,7 @@ def from_revision(cls, revision):
'3B+': '2018Q1',
'3A+': '2018Q4',
'CM3+': '2019Q1',
'4B': '2019Q2',
'4B': '2020Q2' if memory == 8192 else '2019Q2',
}.get(model, 'Unknown')
storage = {
'A': 'SD',
Expand Down

0 comments on commit 65ba42b

Please sign in to comment.