From a2d2823cba2a97b3ec413e22eed4743e212ba020 Mon Sep 17 00:00:00 2001 From: jbruce Date: Thu, 3 Nov 2022 12:41:32 -0900 Subject: [PATCH] changing statement if board not found --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)