diff --git a/firmware/firmware.ino b/firmware/firmware.ino index a087c7d..317052a 100644 --- a/firmware/firmware.ino +++ b/firmware/firmware.ino @@ -1,4 +1,7 @@ /* + * Author: klaute -Kai Lauterbach - @kailauterbach - me@klaute.de + * Date: 09/2016 + * License: GPLv3 */ #include diff --git a/tools/meas.py b/tools/meas.py index 84c6564..938d1b2 100644 --- a/tools/meas.py +++ b/tools/meas.py @@ -290,7 +290,6 @@ def openSerialDevice(d): global ser - # Why 115200? Because the host defines the baudrate for the USB serial connection. try: ser = serial.Serial(d) except: