mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Hide stop tune button when clicking stop button as well
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user