Browse Source

Ran Black on the repo

pull/306/head
jgdempsey 1 year ago
parent
commit
9b33be2af4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      adafruit_platformdetect/board.py

+ 2
- 2
adafruit_platformdetect/board.py View File

@ -399,7 +399,7 @@ class Board:
elif board_value == "nanopineo":
board = boards.NANOPI_NEO
elif board_value == "nanopineo2":
board = boards.NANOPI_NEO_2
board = boards.NANOPI_NEO_2
elif board_value == "nezha":
board = boards.LICHEE_RV
elif board_value == "pcduino2":
@ -666,7 +666,7 @@ class Board:
if "neo" in board_value and "SUN8I" in chip_id:
board = boards.NANOPI_NEO_AIR
elif "neo2" in board_value and "H5" in chip_id:
board = boards.NANOPI_NEO_2
board = boards.NANOPI_NEO_2
elif any(x in board_value for x in ("orange pi", "orangepi")):
if "zero" in board_value:
if "H5" in chip_id:


|||||||
x
 
000:0
Loading…
Cancel
Save