add log support

This commit is contained in:
2022-02-27 18:09:01 +01:00
parent f720815e32
commit d910ec65a3
12 changed files with 73 additions and 55 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import logging
import serial
PORT = "/dev/tty.usbmodem11301"
PORT = "/dev/tty.usbmodem112101"
BAUDRATE = 115200