update
This commit is contained in:
@@ -36,6 +36,7 @@ type FlexSpot struct {
|
||||
NewMode bool
|
||||
NewSlot bool
|
||||
Worked bool
|
||||
CountryName string
|
||||
}
|
||||
|
||||
type Discovery struct {
|
||||
@@ -167,6 +168,7 @@ func (fc *FlexClient) SendSpottoFlex(spot TelnetSpot) {
|
||||
NewMode: spot.NewMode,
|
||||
NewSlot: spot.NewSlot,
|
||||
Worked: spot.CallsignWorked,
|
||||
CountryName: spot.CountryName,
|
||||
}
|
||||
|
||||
flexSpot.Comment = flexSpot.Comment + " [" + flexSpot.Mode + "] [" + flexSpot.SpotterCallsign + "]"
|
||||
|
Reference in New Issue
Block a user