nmea: Parse 'num_sats' also from GGA sentences
This commit is contained in:
parent
89f6ac85db
commit
88e53d34bb
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ getters = {
|
|||
},
|
||||
"num_sats": {
|
||||
'GNS': iget('num_sats', default=0),
|
||||
'GGA': iget('num_sats', default=0),
|
||||
},
|
||||
"pdop": {
|
||||
'GSA': fget('pdop'),
|
||||
|
|
Loading…
Reference in a new issue