Skip to content

Commit

Permalink
fix: reduce speed to 57600
Browse files Browse the repository at this point in the history
  • Loading branch information
bartei81 committed Dec 31, 2023
1 parent ef06f46 commit 5dcbd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotary_controller_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MainApp(App):
def __init__(self, **kv):
try:
self.device = communication.DeviceManager(
serial_device=self.serial_port, baudrate=115200, address=17
serial_device=self.serial_port, baudrate=57600, address=17
)
except Exception as e:
log.error(f"Communication cannot be started, will try again: {e.__str__()}")
Expand Down

0 comments on commit 5dcbd9a

Please sign in to comment.