Update ELM speed list according to _pyren_launcher

This commit is contained in:
Marianpol 2022-03-20 19:27:49 +01:00
parent 800f3ae905
commit 4b25d8e04c
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ if osname != 'android':
self.var_log.set(self.save.log)
self.var_logName.set(self.save.logName)
self.var_speedList = ['38400', '115200', '230400', '500000', '1000000', '2000000' ]
self.var_speedList = ['38400', '115200', '230400', '500000', '1000000', '2000000']
self.var_langList = getLangList()
self.var_pathList = getPathList()
self.var_portList = getPortList()

View File

@ -1392,7 +1392,7 @@ class DDTLauncher():
self.var_log.set(self.save.log)
self.var_logName.set(self.save.logName)
self.var_speedList = ['38400', '115200', '230400', '500000', ]
self.var_speedList = ['38400', '115200', '230400', '500000', '1000000', '2000000' ]
self.var_portList = mod_ddt_utils.getPortList()
if len(self.var_port.get()) == 0: