car-eco/fast + display energy/time

This commit is contained in:
Brenschede 2017-09-25 20:17:06 +02:00
parent 612119f347
commit 868fcb1100
2 changed files with 25 additions and 6 deletions

View file

@ -19,7 +19,8 @@
BR.conf.profiles = [
'trekking',
'fastbike',
'car-test',
'car-eco',
'car-fast',
'safety',
'shortest',
'trekking-ignore-cr',
@ -48,7 +49,8 @@
'fastbike',
'shortest',
'moped',
'car-test'
'car-eco',
'car-fast'
];
BR.conf.host = 'http://localhost:17777';