mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-01 13:13:52 +08:00
Revert "移除指紋暫存"
This reverts commit 89574f5c7a.
Conflicts:
apk/ai.comma.plus.offroad.apk
This commit is contained in:
@@ -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],
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user