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 77824a6 commit dd6d4f9Copy full SHA for dd6d4f9
adafruit_platformdetect/board.py
@@ -95,7 +95,7 @@ def _pi_id(self):
95
re_model = re.search(r'(RASPBERRY_PI_CM)(\d)',
96
pi_model)
97
else: # untested for non-plus models
98
- re_model = re.search(r'(RASPBERRY_PI_\d).*([AB]_*)',
+ re_model = re.search(r'(RASPBERRY_PI_\d).*([AB])',
99
100
101
if re_model:
0 commit comments