changed starfive board detection function
This commit is contained in:
parent
96b0c0572c
commit
d8478ab127
1 changed files with 0 additions and 1 deletions
|
|
@ -230,7 +230,6 @@ class Board:
|
|||
def _starfive_id(self) -> Optional[str]:
|
||||
model = None
|
||||
model_value = self.detector.get_device_model()
|
||||
print(model_value)
|
||||
if "VisionFive" in model_value and "V2" in model_value:
|
||||
model = boards.VISIONFIVE2
|
||||
return model
|
||||
|
|
|
|||
Loading…
Reference in a new issue