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
+3 -1
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