Skip to content

Commit eebf268

Browse files
committed
hasGps is a better name than hasGpsAntenna
1 parent 12da45f commit eebf268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log.capnp

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ struct HealthData {
302302
controlsAllowed @3 :Bool;
303303
gasInterceptorDetected @4 :Bool;
304304
startedSignalDetectedDeprecated @5 :Bool;
305-
hasGpsAntenna @6 :Bool;
305+
hasGps @6 :Bool;
306306
canSendErrs @7 :UInt32;
307307
canFwdErrs @8 :UInt32;
308308
gmlanSendErrs @9 :UInt32;

0 commit comments

Comments
 (0)