File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3838 'SUPPORT_LIGHTS_SWITCH_MENU' ,
3939 'SUPPORT_MOTOR_GUESS' ,
4040 'SUPPORT_BATTERY_CHARGE_DETECTION' ,
41+ 'SUPPORT_BATTERY_CHARGE_COUNTER' ,
4142 'SUPPORT_GEAR_SHIFT' ,
4243 ]
4344
5051 'SUPPORT_PROFILE_SWITCH_MENU' ,
5152 'SUPPORT_FIRST_AID_MENU' ,
5253 'SUPPORT_BATTERY_CHARGE_DETECTION' ,
54+ 'SUPPORT_BATTERY_CHARGE_COUNTER' ,
5355 ]
5456
5557def write_config_h (filename = CONFIG_H ,
@@ -313,6 +315,7 @@ def test_max_config(self):
313315 'SUPPORT_FIRST_AID_MENU' ,
314316 'SUPPORT_MOTOR_GUESS' ,
315317 'SUPPORT_BATTERY_CHARGE_DETECTION' ,
318+ 'SUPPORT_BATTERY_CHARGE_COUNTER' ,
316319 'SUPPORT_GEAR_SHIFT'
317320 ]
318321 )
@@ -337,6 +340,7 @@ def test_max_config_fc20(self):
337340 'SUPPORT_FIRST_AID_MENU' ,
338341 'SUPPORT_MOTOR_GUESS' ,
339342 'SUPPORT_BATTERY_CHARGE_DETECTION' ,
343+ 'SUPPORT_BATTERY_CHARGE_COUNTER' ,
340344 'SUPPORT_GEAR_SHIFT'
341345 ]
342346 )
You can’t perform that action at this time.
0 commit comments