hotfix test for freq handling

This commit is contained in:
Marek Farkaš
2025-06-01 17:48:00 +02:00
parent 64af7dbf16
commit 4ece21d513
+1 -1
View File
@@ -41,7 +41,7 @@ function tuneDown() {
function tuneTo(freq) {
previousFreq = getCurrentFreq();
socket.send("T" + ((parseFloat(freq)) * 1000).toFixed(3));
socket.send("T" + ((parseFloat(freq)) * 1000).toFixed(0));
}
function resetRDS() {