Skip to content

Commit

Permalink
Revert unintentional change from 9c1a26e
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 31, 2014
1 parent 6a4f184 commit aea2f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPose.py
Expand Up @@ -288,7 +288,7 @@ def doPort(self, e=None):
print("Opening port: " + self.ports[dlg.GetSelection()])
self.openPort(self.ports[dlg.GetSelection()])
dlg.Destroy()
def openPort(self, port, baud=115200, interpolate=True):
def openPort(self, port, baud=38400, interpolate=True):
try:
# TODO: add ability to select type of driver
self.port = Driver(port, baud, interpolate)
Expand Down

0 comments on commit aea2f90

Please sign in to comment.