diff --git a/emlid/reachview/status_broadcast.go b/emlid/reachview/status_broadcast.go index 6ca10ed..1b07b31 100644 --- a/emlid/reachview/status_broadcast.go +++ b/emlid/reachview/status_broadcast.go @@ -94,7 +94,7 @@ type Status struct { NumberOfAllEstimatedStates int `mapstructure:"# of all estimated states"` ProcessingCycle int `mapstructure:"processing cycle (ms)"` BaseAntDelta string `mapstructure:"ant delta base"` - NumberOfValidStellites int `mapstructure:"# of valid satellites"` + NumberOfValidSatellites int `mapstructure:"# of valid satellites"` RTKLibVersion string `mapstructure:"2.4.3 Emlid b28"` BytesInInputBuffer string `mapstructure:"bytes in input buffer"` RoverNumberOfSatellites int `mapstructure:"# of satellites rover"`