Added board detection

This commit is contained in:
anonymouscowhead 2024-01-13 20:38:34 +00:00
parent 2b0643a191
commit 31cc387a4f

View file

@ -211,6 +211,8 @@ class Board:
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