Skip to content

Commit 2bb3b99

Browse files
changed starfive board detection function
1 parent 407208c commit 2bb3b99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ def _starfive_id(self) -> Optional[str]:
233233
board_value = self.detector.get_device_compatible()
234234
if "starfive,visionfive-v2starfive,jh7110".casefold().strip() == board_value.casefold().strip():
235235
model = boards.VISIONFIVE2
236+
print("starfive,visionfive-v2starfive,jh7110".casefold().strip())
237+
print(board_value.casefold().strip())
236238
return model
237239
def _pi_id(self) -> Optional[str]:
238240
"""Try to detect id of a Raspberry Pi."""

0 commit comments

Comments
 (0)