add auto bw, ceq, ims, stereo options to setup

This commit is contained in:
Amateur Audio Dude
2025-05-03 03:57:31 +10:00
committed by GitHub
parent fb8af10ce5
commit 3f79f7a0c7
3 changed files with 50 additions and 4 deletions
+9 -1
View File
@@ -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