Add missing init value

This commit is contained in:
dragonpilot
2019-09-13 13:02:10 +10:00
parent 2509a1e753
commit f4546ba8d4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ keys = {
"DragonBBUI": [TxType.PERSISTENT], # deprecated
"DragonToyotaStockDSU": [TxType.PERSISTENT],
"DragonLatCtrl": [TxType.PERSISTENT],
"DragonUISpeed": [TxType.PERSISTENT],
"DragonUIEvent": [TxType.PERSISTENT],
"DragonUIMaxSpeed": [TxType.PERSISTENT],
"DragonUIFace": [TxType.PERSISTENT],
@@ -21,6 +21,7 @@ default_conf = {
'DragonBBUI': '0', # deprecated
'DragonToyotaStockDSU': '0',
'DragonLatCtrl': '1',
'DragonUISpeed': '1',
'DragonUIEvent': '0',
'DragonUIMaxSpeed': '0',
'DragonUIFace': '0',