mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Correct B+/2B release date change
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user