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 5a4de64 commit b6162a3Copy full SHA for b6162a3
adafruit_platformdetect/board.py
@@ -233,8 +233,8 @@ def _starfive_id(self) -> Optional[str]:
233
board_value = self.detector.get_device_compatible()
234
if "visionfive-v2starfive" in board_value:
235
model = boards.VISIONFIVE2
236
- print(board_value == "starfive,visionfive-v2starfive,jh7110")
237
print(type(board_value))
+ print(type("visionfive-v2starfive"))
238
return model
239
def _pi_id(self) -> Optional[str]:
240
"""Try to detect id of a Raspberry Pi."""
0 commit comments