From 61349113961306df35f7d5b1d043fb4f75009e9f Mon Sep 17 00:00:00 2001 From: S4mdf0o1 Date: Wed, 6 May 2015 10:45:37 +0200 Subject: [PATCH] UTF-8 error this corrects the error : UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: invalid start byte --- arduino/arduino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arduino/arduino.py b/arduino/arduino.py index ee0bf37..17f1eeb 100644 --- a/arduino/arduino.py +++ b/arduino/arduino.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- import serial