[feat](trx-frontend-http): add clear button to CW decoder output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -435,3 +435,6 @@ function stopCw() {
|
||||
}
|
||||
|
||||
cwToggleBtn.addEventListener("click", startCw);
|
||||
document.getElementById("cw-clear-btn").addEventListener("click", () => {
|
||||
cwOutputEl.innerHTML = "";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user