Skip to content

Commit 785677a

Browse files
committed
Added lazy TLS-Check as well for CAT
1 parent b650339 commit 785677a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Gateway for connecting WSJT-* and FLRig to Wavelog",
55
"keywords": [],
66
"main": "./main.js",
7-
"version": "1.0.16",
7+
"version": "1.0.17",
88
"author": "DJ7NT",
99
"scripts": {
1010
"start": "electron-forge start",

renderer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ async function informWavelog(CAT) {
185185
let data={ radio: "WLGate", key: cfg.wavelog_key, radio: cfg.wavelog_radioname, frequency: (CAT.vfo), mode: CAT.mode };
186186
let x=await fetch(cfg.wavelog_url + '/api/radio', {
187187
method: 'POST',
188+
rejectUnauthorized: false,
188189
headers: {
189190
Accept: 'application.json',
190191
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)