Basic connection setup and audio level monitoring
parent
98f5ce330e
commit
2112070e44
|
@ -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)
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue