Add more baud rates into configtool
Minor adjustment by Traumflug: use '115200' instead of self.defaultBaud.
This commit is contained in:
parent
3f52d75cf7
commit
6d1fa83c0e
|
|
@ -11,7 +11,7 @@ class CommunicationsPage(wx.Panel, Page):
|
|||
self.id = idPg
|
||||
self.defaultBaud = '115200'
|
||||
|
||||
self.bauds = ['19200', '38400', '57600', self.defaultBaud]
|
||||
self.bauds = ['19200', '38400', '57600', '115200', '230400', '250000']
|
||||
|
||||
self.labels = {'XONXOFF': "XON/XOFF Flow Control", 'BAUD': "Baud Rate:",
|
||||
'USB_SERIAL': "USB Serial"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue