Hopefully the last precommit fix

This commit is contained in:
Andreas 2024-10-22 10:37:36 +02:00 committed by Andreas
parent 6848babef1
commit cdf4d074e2

View File

@ -8,15 +8,15 @@ strafe = 10
possible_ev_charge_currents = [
0.0,
6.0 / 16.0,
#7.0 / 16.0,
# 7.0 / 16.0,
8.0 / 16.0,
#9.0 / 16.0,
# 9.0 / 16.0,
10.0 / 16.0,
#11.0 / 16.0,
# 11.0 / 16.0,
12.0 / 16.0,
#13.0 / 16.0,
# 13.0 / 16.0,
14.0 / 16.0,
#15.0 / 16.0,
# 15.0 / 16.0,
1.0,
]