This commit is contained in:
2025-10-17 16:57:02 +05:30
parent bceca2b714
commit 30cde5052b
5 changed files with 8 additions and 28 deletions

View File

@@ -791,7 +791,7 @@ func (s *HTTPServer) handleSendCallsign(w http.ResponseWriter, r *http.Request)
SendUDPMessage([]byte("<CALLSIGN>" + req.Callsign))
s.Log.Infof("Sent callsign %s to Log4OM via UDP (127.0.0.1:2241)", req.Callsign)
if Cfg.General.sendFreqModeToLog4OM {
if Cfg.General.SendFreqModeToLog {
freqLog4OM := strings.Replace(req.Frequency, ".", "", 1)
xmlRequestFreq := RemoteControlRequestFreq{