Hide stop tune button when clicking stop button as well

This commit is contained in:
Andreas Kristiansen
2024-08-24 18:47:20 +02:00
parent bdad632f36
commit 1d16bf50de

View File

@@ -161,6 +161,8 @@ async function connect() {
function stop_cw_sending() {
sendHexToSerial("0A");
$("#send_carrier").attr("hidden", false);
$("#stop_carrier").attr("hidden", true);
}
function send_carrier() {