mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
bugfixes, ui improvements
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ function tuneDown() {
|
||||
|
||||
function tuneTo(freq) {
|
||||
previousFreq = getCurrentFreq();
|
||||
socket.send("T" + ((freq).toFixed(1) * 1000));
|
||||
socket.send("T" + ((parseFloat(freq)).toFixed(1) * 1000));
|
||||
}
|
||||
|
||||
function resetRDS() {
|
||||
|
||||
Reference in New Issue
Block a user