From 2112070e444677b49e71c4b950a5adeb71885518 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 14 Feb 2019 22:25:55 +0100 Subject: [PATCH] Basic connection setup and audio level monitoring --- openmodemconfig.py | 2 +- public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openmodemconfig.py b/openmodemconfig.py index c24cc28..f523560 100644 --- a/openmodemconfig.py +++ b/openmodemconfig.py @@ -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) diff --git a/public/index.html b/public/index.html index 75915d0..da59baf 100644 --- a/public/index.html +++ b/public/index.html @@ -258,7 +258,7 @@
- Save Modem Configuration + Apply Modem Configuration
@@ -302,7 +302,7 @@
- Apply Audio Configuration + Save Audio Configuration