Skip to content

Commit e334f66

Browse files
author
Alvaro Figueroa
committed
Swapped boards. Beagle is VIC, Allwinner y D1
1 parent 994e122 commit e334f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ def id(self):
114114
elif chip_id == chips.HFU540:
115115
board_id = self._sifive_id()
116116
elif chip_id == chips.C906:
117-
board_id = self.__beaglebone_id()
118-
elif chip_id == chips.VICU7:
119117
board_id = self._allwinner_id()
118+
elif chip_id == chips.VICU7:
119+
board_id = self.__beaglebone_id()
120120
elif chip_id == chips.MCP2221:
121121
board_id = boards.MICROCHIP_MCP2221
122122
elif chip_id == chips.BINHO:

0 commit comments

Comments
 (0)