Skip to content

Commit

Permalink
add default values for backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed May 19, 2020
1 parent c96381b commit 01cdf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ struct LiveLocationKalman {
gpsTimeOfWeek @14 :Float64;
status @15 :Status;
unixTimestampMillis @16 :Int64;
inputsOK @17 :Bool;
posenetOK @18 :Bool;
inputsOK @17 :Bool = true;
posenetOK @18 :Bool = true;

enum Status {
uninitialized @0;
Expand Down

0 comments on commit 01cdf83

Please sign in to comment.