Skip to content

Commit 5628d42

Browse files
committed
execute get_trx without await. otherwise instable if FLRig is gone
1 parent 6f14732 commit 5628d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async function getInfo(which) {
253253
async function getsettrx() {
254254
if ($("#flrig_ena").is(':checked') || cfg.profiles[active_cfg].hamlib_ena) {
255255
console.log('Polling TRX '+trxpoll);
256-
const x=await get_trx();
256+
const x=get_trx();
257257
}
258258
trxpoll = setTimeout(() => {
259259
getsettrx();

0 commit comments

Comments
 (0)