Update UHRR

This commit is contained in:
Olivier SCHMITT 2020-10-28 13:32:17 +00:00 committed by GitHub
parent 4c7eb2d984
commit b8b0440178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
UHRR
View File

@ -396,7 +396,6 @@ class ConfigHandler(tornado.web.RequestHandler):
self.write("""HAMLIB radio rate:<select name="HAMLIB.rig_rate">""")
if(config['HAMLIB']['rig_rate']!="null"):
self.write("""<option value="""+config['HAMLIB']['rig_rate']+""" selected>"""+config['HAMLIB']['rig_rate']+"""</option>""")
# https://github.com/Hamlib/Hamlib/blob/master/src/serial.c shows the supported baud rates:
self.write("""<option value=230400>230400</option>""")
self.write("""<option value=115200>115200</option>""")
self.write("""<option value=57600>57600</option>""")