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