Basic connection setup and audio level monitoring

master
Mark Qvist 2019-02-14 22:25:55 +01:00
parent 98f5ce330e
commit 2112070e44
2 changed files with 3 additions and 3 deletions

View File

@ -440,7 +440,7 @@ def start_server():
httpd = ThreadedHTTPServer(server_address, appRequestHandler)
threading.Thread(target=httpd.serve_forever).start()
print("Server running on port "+str(port))
retval = webview.create_window('App Name', 'http://localhost:'+str(port)+'/', width=575, height=600)
retval = webview.create_window('OpenModem Configuration', 'http://localhost:'+str(port)+'/', width=575, height=600)
if retval == None:
os._exit(0)

View File

@ -258,7 +258,7 @@
<div class="sixteen wide column">
<div class="ui teal fullwidth button" tabindex="0">
Save Modem Configuration
Apply Modem Configuration
</div>
</div>
</div>
@ -302,7 +302,7 @@
<div class="sixteen wide column">
<div class="ui teal fullwidth button" tabindex="0">
Apply Audio Configuration
Save Audio Configuration
</div>
</div>
</div>