Browse Source

Merge branch 'adafruit:main' into dev

pull/365/head
Vladimir Shtarev 7 months ago
committed by GitHub
parent
commit
234b4d8596
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      adafruit_platformdetect/board.py

+ 2
- 2
adafruit_platformdetect/board.py View File

@ -411,10 +411,10 @@ class Board:
board = boards.ORANGE_PI_2
elif board_value == "orangepipc2":
board = boards.ORANGE_PI_PC2
elif board_value == "orangepi3":
board = boards.ORANGE_PI_3
elif board_value == "orangepi3b":
board = boards.ORANGE_PI_3B
elif board_value == "orangepi3":
board = boards.ORANGE_PI_3
elif board_value == "orangepi3-lts":
board = boards.ORANGE_PI_3_LTS
elif board_value == "orangepi4":


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