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 ab2bd7d commit 4c3b219Copy full SHA for 4c3b219
adafruit_platformdetect/board.py
@@ -118,7 +118,7 @@ def id(self):
118
board_id = self._clockwork_pi_id()
119
elif chip_id == chips.RK3308:
120
board_id = self._rock_pi_id()
121
- elif self.board_asset_tag == boards._UDOO_BOLT_BOARD_ASSET_TAG
+ elif self.board_asset_tag == boards._UDOO_BOLT_BOARD_ASSET_TAG:
122
board_id = boards.UDOO_BOLT
123
124
return board_id
0 commit comments