Skip to content

Commit 44c72dd

Browse files
committed
update warning message for display availability check
1 parent 4d5bf6d commit 44c72dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fffserial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, width=4, height=3, serial_device="/dev/ttyUSB0", baud=9600, b
5353
self.buffered = buffered
5454
self.buffer = [False] * (width * height)
5555
if not self.display_available():
56-
print("WARNING: display not available")
56+
print("WARNING: display not answering on echo message!")
5757

5858
def led(self, on_off):
5959
'Turn LED of the display on or off'

0 commit comments

Comments
 (0)