Correct B+/2B release date change

This commit is contained in:
Ben Nuttall
2016-09-22 16:41:39 +01:00
committed by GitHub
parent 2046af7454
commit 69aaa627fc

View File

@@ -848,8 +848,8 @@ class PiBoardInfo(namedtuple('PiBoardInfo', (
'A': '2013Q1',
'B': '2012Q1' if pcb_revision == '1.0' else '2012Q4',
'A+': '2014Q4',
'B+': '2014Q3' if pcb_revision == '1.1' else '2016Q3',
'2B': '2015Q1',
'B+': '2014Q3',
'2B': '2015Q1' if pcb_revision == '1.1' else '2016Q3',
'CM': '2014Q2',
'3B': '2016Q1',
'Zero': '2015Q4' if pcb_revision == '1.2' else '2016Q2',