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 5e11e7f commit e5f67a5Copy full SHA for e5f67a5
tools/build_all.py
@@ -26,7 +26,7 @@
26
def get_sd(name):
27
if '52832' in name:
28
return 's132v6'
29
- elif '52833' in name:
+ elif '52833' in name or name == 'pca10100':
30
return 's140v7'
31
else:
32
# most of the board is 52840
0 commit comments