From 236558862ec0cdea589a5dcf384a3fd136aa7a95 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 22 Aug 2023 01:42:22 -0700 Subject: [PATCH] bump ordinal --- car.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car.capnp b/car.capnp index 3e264644a..8ff99e136 100644 --- a/car.capnp +++ b/car.capnp @@ -484,7 +484,7 @@ struct CarParams { dashcamOnly @41: Bool; transmissionType @43 :TransmissionType; carFw @44 :List(CarFw); - fingerprintingTime @72 :Float32; + fwQueryTime @73 :Float32; radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard fingerprintSource @49: FingerprintSource;