We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4198d commit edebe2bCopy full SHA for edebe2b
acarshub_acars.go
@@ -27,7 +27,7 @@ type ACARSMessage struct {
27
28
// The rest of the struct is the actual message from ACARSHub
29
FrequencyMHz float64 `json:"freq" ap:"FrequencyMHz"`
30
- Channel int `json:"channel" ap:"Channel"`
+ Channel int `json:"channel"`
31
ErrorCode int `json:"error"`
32
SignaldBm float64 `json:"level" ap:"SignalLeveldBm"`
33
Timestamp float64 `json:"timestamp"`
0 commit comments