More protocols
This commit is contained in:
@@ -140,7 +140,7 @@ func (o OmniDFStrength) Directivity() float64 {
|
||||
// Packet contains an APRS packet.
|
||||
type Packet struct {
|
||||
// Raw packet (as captured from the air or APRS-IS).
|
||||
Raw string `json:"raw"`
|
||||
Raw string `json:"-"`
|
||||
|
||||
// Src is the source address.
|
||||
Src Address `json:"src"`
|
||||
|
||||
Reference in New Issue
Block a user