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 07bbea9 commit dad9b44Copy full SHA for dad9b44
adafruit_platformdetect/board.py
@@ -801,7 +801,6 @@ def _spacemit_variants_id(self) -> Optional[str]:
801
if not board_value:
802
return board
803
board_value = board_value.lower()
804
- chip_id = self.detector.chip.id
805
806
if any(x in board_value for x in ("banana pi", "bananapi")):
807
if "bpi-f3" in board_value:
0 commit comments