add cached

This commit is contained in:
Shane Smiskol 2023-08-22 17:26:18 -07:00
parent 94fb711706
commit 61f2098223
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ struct CarParams {
transmissionType @43 :TransmissionType;
carFw @44 :List(CarFw);
fwQueryTime @73 :Float32;
fingerprintCached @74 :Bool;
radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard
fingerprintSource @49: FingerprintSource;