increase CQ timeouts from 6 to 10s

pull/845/head
DJ2LS 2024-11-08 15:08:34 +01:00
parent 546732b64a
commit 68ec4d13ba
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ async function handleCQCall() {
// Wait for 6 seconds (cooldown period)
setTimeout(() => {
isCQButtonDisabled.value = false;
}, 6000);
}, 10000);
}

View File

@ -41,7 +41,7 @@ async function handleSendCQ() {
// Wait for 6 seconds (cooldown period)
setTimeout(() => {
isCQButtonDisabled.value = false;
}, 6000);
}, 10000);
}

View File

@ -53,7 +53,7 @@ async function handleSendCQ() {
// Wait for 6 seconds (cooldown period)
setTimeout(() => {
isCQButtonDisabled.value = false;
}, 6000);
}, 10000);
}
// Listen for the stationSelected event and update dxcallPing