Skip to content

Commit

Permalink
Merge pull request #646 from schnurma/main
Browse files Browse the repository at this point in the history
Added missing if query for Siemens SIMATIC IOT2050 Basic Version -> updated board.py
  • Loading branch information
makermelissa authored Jan 23, 2023
2 parents 5dad83c + 72cbe74 commit 3796711
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@
elif board_id == ap_board.SIEMENS_SIMATIC_IOT2050_ADV:
from adafruit_blinka.board.siemens.siemens_iot2050 import *

elif board_id == ap_board.SIEMENS_SIMATIC_IOT2050_BASIC:
from adafruit_blinka.board.siemens.siemens_iot2050 import *

elif board_id == ap_board.AML_S905X_CC:
from adafruit_blinka.board.librecomputer.aml_s905x_cc_v1 import *

Expand Down

0 comments on commit 3796711

Please sign in to comment.