diff --git a/config.py b/config.py index fb42577..af1f561 100644 --- a/config.py +++ b/config.py @@ -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)