changing statement if board not found
This commit is contained in:
parent
80ec0ea5a3
commit
a2d2823cba
@ -6,7 +6,7 @@ import busio
|
||||
try:
|
||||
import board
|
||||
except NotImplementedError:
|
||||
print("not running on Raspberry PI, assuming simulation")
|
||||
print("not running on blinka recognized board, probably a simulation")
|
||||
|
||||
# FIX how to choose a thermocouple control board
|
||||
# FIX how to choose a microcontrol board (like rpi)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user