better match dxcc

This commit is contained in:
2024-11-06 15:07:36 +07:00
parent 861a5ff14b
commit 10f936838f
10 changed files with 123 additions and 116 deletions

View File

@ -83,6 +83,7 @@ func (fc *FlexClient) StartFlexClient() {
Log.Infof("Found: %s with Nick: %s, Version: %s, Serial: %s - using IP: %s", d.Model, d.NickName, d.Version, d.Serial, d.IP)
} else {
Log.Errorln("Could not discover any FlexRadio on the network, please provide an IP address in the config file.")
fc.StartFlexClient()
}
} else if Cfg.Flex.IP != "" {
fc.Address = Cfg.Flex.IP