Skip to content

Commit edebe2b

Browse files
committed
fix(acars): channel is not common among Source message types
1 parent 2d4198d commit edebe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acarshub_acars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type ACARSMessage struct {
2727

2828
// The rest of the struct is the actual message from ACARSHub
2929
FrequencyMHz float64 `json:"freq" ap:"FrequencyMHz"`
30-
Channel int `json:"channel" ap:"Channel"`
30+
Channel int `json:"channel"`
3131
ErrorCode int `json:"error"`
3232
SignaldBm float64 `json:"level" ap:"SignalLeveldBm"`
3333
Timestamp float64 `json:"timestamp"`

0 commit comments

Comments
 (0)