You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 14:11:59 +01:00
hotfix for tune freq
This commit is contained in:
@@ -41,7 +41,7 @@ function tuneDown() {
|
||||
|
||||
function tuneTo(freq) {
|
||||
previousFreq = getCurrentFreq();
|
||||
socket.send("T" + ((parseFloat(freq)).toFixed(1) * 1000));
|
||||
socket.send("T" + ((parseFloat(freq)) * 1000).toFixed(3));
|
||||
}
|
||||
|
||||
function resetRDS() {
|
||||
|
||||
Reference in New Issue
Block a user