Skip to content

Commit

Permalink
Added board detection
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymouscowhead committed Jan 13, 2024
1 parent 2b0643a commit 31cc387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adafruit_platformdetect/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ def id(self) -> Optional[str]:
board_id = boards.AML_S905X_CC
elif chip_id == chips.CV1800B:
board_id = boards.MILKV_DUO
elif chip_id == chips.TH1520:
board_id = boards.LICHEEPI_4A
self._board_id = board_id
return board_id

Expand Down

0 comments on commit 31cc387

Please sign in to comment.