Skip to content

Commit 31cc387

Browse files
Added board detection
1 parent 2b0643a commit 31cc387

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
@@ -211,6 +211,8 @@ def id(self) -> Optional[str]:
211211
board_id = boards.AML_S905X_CC
212212
elif chip_id == chips.CV1800B:
213213
board_id = boards.MILKV_DUO
214+
elif chip_id == chips.TH1520:
215+
board_id = boards.LICHEEPI_4A
214216
self._board_id = board_id
215217
return board_id
216218

0 commit comments

Comments
 (0)