You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
lotta bugfixes
This commit is contained in:
@@ -40,6 +40,7 @@ function tuneDown() {
|
||||
}
|
||||
|
||||
function tuneTo(freq) {
|
||||
previousFreq = getCurrentFreq();
|
||||
socket.send("T" + ((freq).toFixed(1) * 1000));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user