1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

bw switch fix

This commit is contained in:
NoobishSVK
2024-03-24 18:34:15 +01:00
parent f855cbb78a
commit 5f08a9e7e7
4 changed files with 36 additions and 5 deletions

View File

@@ -55,7 +55,8 @@ router.get('/', (req, res) => {
tuningLowerLimit: serverConfig.webserver.tuningLowerLimit,
tuningUpperLimit: serverConfig.webserver.tuningUpperLimit,
chatEnabled: serverConfig.webserver.chatEnabled,
device: serverConfig.device
device: serverConfig.device,
bwSwitch: serverConfig.bwSwitch || false
});
}
});