diff options
Diffstat (limited to 'switch_off.py')
-rw-r--r-- | switch_off.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_off.py b/switch_off.py index 3fe6670..6284dc9 100644 --- a/switch_off.py +++ b/switch_off.py @@ -3,7 +3,7 @@ import time import sys import os -ser = serial.Serial('/dev/ttyACM0') +ser = serial.Serial('/dev/ttyUSB0') def switchOff(args): try: |