We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d806552 commit 77824a6Copy full SHA for 77824a6
adafruit_platformdetect/constants/chips.py
@@ -23,5 +23,5 @@
23
MIPS24KEC = "MIPS24KEC"
24
A64 = "A64"
25
26
-BCM_RANGE = {'BCM2708', 'BCM2709', 'BCM2835', 'BCM2837', 'bcm2708', 'bcm2709',
27
- 'bcm2835', 'bcm2837'}
+BCM_RANGE = {'BCM2708', 'BCM2709', 'BCM2711', 'BCM2835', 'BCM2837',
+ 'bcm2708', 'bcm2709', 'bcm2711', 'bcm2835', 'bcm2837'}
0 commit comments