Skip to content

Commit

Permalink
add gpsOK flag to liveLocationKalman
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed May 27, 2020
1 parent 4bb1eb8 commit f27222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ struct LiveLocationKalman {
unixTimestampMillis @16 :Int64;
inputsOK @17 :Bool = true;
posenetOK @18 :Bool = true;
gpsOK @19 :Bool = true;

enum Status {
uninitialized @0;
Expand Down

0 comments on commit f27222f

Please sign in to comment.