Skip to content

Commit 9b6ad2b

Browse files
changed starfive board detection function
1 parent d4d2c00 commit 9b6ad2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def id(self) -> Optional[str]:
230230
def _starfive_id(self) -> Optional[str]:
231231
model = None
232232
model_value = self.detector.get_device_model()
233+
print(model_value)
233234
if model_value == "StarFive VisionFive V2":
234235
model = boards.VISIONFIVE2
235236
return model

0 commit comments

Comments
 (0)