1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00

add antenna to setup options

This commit is contained in:
Amateur Audio Dude
2025-05-03 04:52:06 +10:00
committed by GitHub
parent 95280d88fa
commit 8700b663ca
2 changed files with 15 additions and 2 deletions

View File

@@ -113,7 +113,9 @@ let serverConfig = {
imsStartup: "0",
imsNoUsers: "0",
stereoStartup: "0",
stereoNoUsers: "0"
stereoNoUsers: "0",
antennaStartup: "0",
antennaNoUnsers: "0"
};
// Function to add missing fields without overwriting existing values