Skip to content

Commit b6162a3

Browse files
changed starfive board detection function
1 parent 5a4de64 commit b6162a3

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
@@ -233,8 +233,8 @@ def _starfive_id(self) -> Optional[str]:
233233
board_value = self.detector.get_device_compatible()
234234
if "visionfive-v2starfive" in board_value:
235235
model = boards.VISIONFIVE2
236-
print(board_value == "starfive,visionfive-v2starfive,jh7110")
237236
print(type(board_value))
237+
print(type("visionfive-v2starfive"))
238238
return model
239239
def _pi_id(self) -> Optional[str]:
240240
"""Try to detect id of a Raspberry Pi."""

0 commit comments

Comments
 (0)