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:
Ben Nuttall
2016-09-22 15:25:27 +01:00
committed by GitHub
parent 9cbcd079e6
commit 2046af7454

View File

@@ -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',