Skip to content

Commit 3e71951

Browse files
committed
fixing typo
1 parent 1b1ddac commit 3e71951

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

uc2rest/UC2Client.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from .mserial import Serial
99
from .mserial import SerialManagerWrapper
1010
from .galvo import Galvo
11-
from .config import config
1211
from .ledmatrix import LedMatrix
1312
from .motor import Motor
1413
from .gripper import Gripper
@@ -39,9 +38,7 @@ class UC2Client(object):
3938

4039
is_wifi = False
4140
is_serial = False
42-
43-
# BAUDRATE = 500000
44-
BAUDRATE = 500000
41+
BAUDRATE = 115200
4542

4643
def __init__(self, host=None, port=31950, serialport=None, identity="UC2_Feather", baudrate=BAUDRATE,
4744
NLeds=64, SerialManager=None, DEBUG=False, logger=None, skipFirmwareCheck=False,

uc2rest/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
from .config import *
21
from .UC2Client import *

0 commit comments

Comments
 (0)