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 5ae9bf9 commit 6d44d27Copy full SHA for 6d44d27
adafruit_platformdetect/board.py
@@ -468,8 +468,6 @@ def _armbian_id(self) -> Optional[str]:
468
board = boards.PCDUINO3
469
elif board_value == "rock-3a":
470
board = boards.ROCK_PI_3A
471
- elif board_value == "rock-3b":
472
- board = boards.ROCK_PI_3B
473
elif board_value == "radxa-zero3":
474
board = boards.RADXA_ZERO3
475
elif board_value == "repka-pi3-h5":
@@ -685,8 +683,6 @@ def _rock_pi_id(self) -> Optional[str]:
685
683
board = boards.ROCK_PI_4_SE
686
684
if board_value and "ROCK3 Model A" in board_value:
687
688
- if board_value and "ROCK 3 Model B" in board_value:
689
690
return board
691
692
def _libre_id(self) -> Optional[str]:
0 commit comments