GPS: add tow count (#411)

add tow count

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
This commit is contained in:
Kurt Nistelberger 2023-02-07 11:21:45 -07:00 committed by GitHub
parent bdbac40160
commit fa3e77b7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1338,6 +1338,8 @@ struct UbloxGnss {
ionoCoeffsValid @37 :Bool;
ionoAlpha @38 :List(Float64);
ionoBeta @39 :List(Float64);
towCount @40 :UInt32;
}
struct IonoData {