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 dd3057d commit cf626beCopy full SHA for cf626be
adafruit_platformdetect/board.py
@@ -245,20 +245,9 @@ def _beaglebone_id(self):
245
return model
246
247
board_value = self.detector.get_armbian_release_field("BOARD")
248
-<<<<<<< HEAD
249
250
if board_value == "freedom-u74-arty":
251
return boards.BEAGLEV_STARFIV
252
-=======
253
- board = None
254
-
255
- if board_value == "freedom-u74-arty":
256
- board = boards.BEAGLEV_STARFIV
257
258
- if self.detector.chip.id != chips.BCi:
259
- # Something else, not a Pi.
260
- return None
261
->>>>>>> d720af9... Adding support for the BeagleV Starfive, chip VIC-U7
262
263
return None
264
0 commit comments