mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Add release date for new BCM2837-based Pi 2B
I think this is all that's needed to make pi_info accurate
This commit is contained in:
@@ -848,7 +848,7 @@ class PiBoardInfo(namedtuple('PiBoardInfo', (
|
||||
'A': '2013Q1',
|
||||
'B': '2012Q1' if pcb_revision == '1.0' else '2012Q4',
|
||||
'A+': '2014Q4',
|
||||
'B+': '2014Q3',
|
||||
'B+': '2014Q3' if pcb_revision == '1.1' else '2016Q3',
|
||||
'2B': '2015Q1',
|
||||
'CM': '2014Q2',
|
||||
'3B': '2016Q1',
|
||||
|
||||
Reference in New Issue
Block a user