From 2a69d5731bb6c85200e531060cd66820e71f66ac Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 30 Mar 2019 00:49:56 +0000 Subject: [PATCH] - renamed firmware file git-svn-id: http://moon:8086/svn/projects/HendiControl@158 fda53097-d464-4ada-af97-ba876c37ca34 --- Control/brewpi/serial_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Control/brewpi/serial_test.py b/Control/brewpi/serial_test.py index 5d62b39..030d4fa 100644 --- a/Control/brewpi/serial_test.py +++ b/Control/brewpi/serial_test.py @@ -46,7 +46,7 @@ if __name__ == '__main__': ser.readline() ser.flushInput() - with open("hendictrl.srec", 'r') as fp: + with open("HendiCtrl.srec", 'r') as fp: while(True): s = fp.readline() if s == '': @@ -62,7 +62,6 @@ if __name__ == '__main__': print("Start application") reset() print(ser.readline().decode('utf-8')) - print(ser.readline().decode('utf-8')) ser.close()