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
add auto bw, ceq, ims, stereo options to setup
This commit is contained in:
committed by
GitHub
parent
fb8af10ce5
commit
3f79f7a0c7
@@ -105,7 +105,15 @@ let serverConfig = {
|
||||
autoShutdown: false,
|
||||
enableDefaultFreq: false,
|
||||
defaultFreq: "87.5",
|
||||
bwSwitch: false
|
||||
bwSwitch: false,
|
||||
bwAutoStartup: "0",
|
||||
bwAutoNoUsers: "0",
|
||||
ceqStartup: "0",
|
||||
ceqNoUsers: "0",
|
||||
imsStartup: "0",
|
||||
imsNoUsers: "0",
|
||||
stereoStartup: "0",
|
||||
stereoNoUsers: "0"
|
||||
};
|
||||
|
||||
// Function to add missing fields without overwriting existing values
|
||||
|
||||
Reference in New Issue
Block a user