make car fingerprint cacheable

This commit is contained in:
Rick Lan
2019-07-11 15:40:12 +10:00
parent 41a95a64f0
commit d91c191854
3 changed files with 56 additions and 43 deletions
+2
View File
@@ -82,6 +82,8 @@ keys = {
"DragonDisableDriverSafetyCheck": [TxType.PERSISTENT],
"DragonAutoShutdownAt": [TxType.PERSISTENT],
"DragonTempDisableSteerOnSignal": [TxType.PERSISTENT],
"DragonUseCachedCar": [TxType.PERSISTENT],
"DragonCachedCar": [TxType.PERSISTENT],
}