protocol/aprs: extract comment to frame
This commit is contained in:
@@ -29,6 +29,7 @@ type Frame struct {
|
||||
Longitude float64
|
||||
Altitude float64
|
||||
Symbol string
|
||||
Comment string
|
||||
}
|
||||
|
||||
func Parse(s string) (*Frame, error) {
|
||||
|
||||
Reference in New Issue
Block a user