protocol/aprs: extract comment to frame
This commit is contained in:
@@ -104,6 +104,7 @@ func (d micEDecoder) Decode(frame *Frame) (data Data, err error) {
|
||||
frame.Longitude = report.Longitude
|
||||
frame.Altitude = report.Altitude
|
||||
frame.Symbol = report.Symbol
|
||||
frame.Comment = report.Comment
|
||||
|
||||
return report, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user