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
bugfixes
This commit is contained in:
@@ -274,6 +274,7 @@ function handleData(ws, receivedData) {
|
||||
if((modifiedData / 1000).toFixed(3) == dataToSend.freq) {
|
||||
resetToDefault(dataToSend);
|
||||
rdsparser.clear(rds);
|
||||
dataToSend.af = [];
|
||||
return; // Prevent tune spamming using scrollwheel
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user