Skip to content

Commit dd6d4f9

Browse files
committed
Detect rpi4b on openSUSE
1 parent 77824a6 commit dd6d4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _pi_id(self):
9595
re_model = re.search(r'(RASPBERRY_PI_CM)(\d)',
9696
pi_model)
9797
else: # untested for non-plus models
98-
re_model = re.search(r'(RASPBERRY_PI_\d).*([AB]_*)',
98+
re_model = re.search(r'(RASPBERRY_PI_\d).*([AB])',
9999
pi_model)
100100

101101
if re_model:

0 commit comments

Comments
 (0)