Revert "移除指紋暫存"

This reverts commit 89574f5c7a.

Conflicts:
	apk/ai.comma.plus.offroad.apk
This commit is contained in:
Dragonpilot
2019-08-01 09:14:19 +10:00
parent 534fb98c35
commit a31e196205
2 changed files with 8 additions and 12 deletions

View File

@@ -94,10 +94,10 @@ keys = {
"DragonDisableUploader": [TxType.PERSISTENT], # deprecated
"DragonEnableUploader": [TxType.PERSISTENT],
"DragonNoctuaMode": [TxType.PERSISTENT],
"DragonCacheCar": [TxType.PERSISTENT], # deprecated
"DragonCachedModel": [TxType.PERSISTENT], # deprecated
"DragonCachedFP": [TxType.PERSISTENT], # deprecated
"DragonCachedVIN": [TxType.PERSISTENT], # deprecated
"DragonCacheCar": [TxType.PERSISTENT],
"DragonCachedModel": [TxType.PERSISTENT],
"DragonCachedFP": [TxType.PERSISTENT],
"DragonCachedVIN": [TxType.PERSISTENT],
"DragonAllowGas": [TxType.PERSISTENT],
"DragonBBUI": [TxType.PERSISTENT],
"DragonToyotaStockDSU": [TxType.PERSISTENT],

View File

@@ -18,10 +18,10 @@ default_conf = {
'DragonDisableUploader': '0', # deprecated
'DragonEnableUploader': '1',
'DragonNoctuaMode': '0',
'DragonCacheCar': '1', # deprecated
'DragonCachedModel': '', # for cache car # deprecated
'DragonCachedFP': '', # for cache car # deprecated
'DragonCachedVIN': '', # for cache car # deprecated
'DragonCacheCar': '1',
'DragonCachedModel': '', # for cache car
'DragonCachedFP': '', # for cache car
'DragonCachedVIN': '', # for cache car
'DragonAllowGas': '0',
'DragonBBUI': '0',
'DragonToyotaStockDSU': '0',
@@ -33,10 +33,6 @@ deprecated_conf = {
'DragonTempDisableSteerOnSignal': 'DragonEnableSteeringOnSignal',
'DragonDisableLogger': 'DragonEnableLogger',
'DragonDisableUploader': 'DragonEnableUploader',
'DragonCacheCar': None,
'DragonCachedModel': None,
'DragonCachedFP': None,
'DragonCachedVIN': None,
}
deprecated_conf_invert = {