diff --git a/gui/main.js b/gui/main.js index 1bf928c6..e67b8721 100644 --- a/gui/main.js +++ b/gui/main.js @@ -20,17 +20,17 @@ if (!fs.existsSync(configFolder)) { // create config file if not exists var configContent = ` { - "tnc_host": "192.168.178.163", + "tnc_host": "127.0.0.1", "tnc_port": "3000", - "daemon_host": "192.168.178.163", + "daemon_host": "127.0.0.1", "daemon_port": "3001", "mycall": "AA0AA", "mygrid": "JN40aa", - "deviceid": "2028", - "deviceport": "/dev/ttyUSB0", + "deviceid": "RIG_MODEL_DUMMY_NOVFO", + "deviceport": "/dev/ttyACM1", "serialspeed": "9600", - "ptt": "RTS", - "spectrum": "scatter", + "ptt": "USB", + "spectrum": "waterfall", "tnclocation": "localhost" } `; @@ -86,10 +86,10 @@ var daemonProcess = null; function createWindow() { win = new BrowserWindow({ - width: 1000, + width: 1050, height: 430, autoHideMenuBar: true, - icon: __dirname + '/src/app-icon.png', + icon: __dirname + '/src/cube_round.png', webPreferences: { //preload: path.join(__dirname, 'preload-main.js'), preload: require.resolve('./preload-main.js'), diff --git a/gui/src/cube_round.png b/gui/src/cube_round.png new file mode 100644 index 00000000..c6b23789 Binary files /dev/null and b/gui/src/cube_round.png differ diff --git a/gui/src/index.html b/gui/src/index.html index f797492f..b0498d1d 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -12,7 +12,7 @@ - +