Ján Mátik
2c0082fc4a
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-29 09:50:30 +01:00
Ján Mátik
f3e9822829
Added support for speed and odometer km to BMW i3
2020-12-29 09:44:12 +01:00
Ján Mátik
6b9decb83e
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-28 16:59:43 +01:00
Ján Mátik
5da41014b7
Cleanup of CarBmwI3.cpp
2020-12-28 16:59:38 +01:00
Ján Mátik
85e99a156e
Fix: processing of merged data called twice when single frame received
2020-12-28 16:58:48 +01:00
Ján Mátik
6cc3c5dcf4
Refactoring of commandQueue to support stxChar defined for each command
2020-12-28 12:21:15 +01:00
Ján Mátik
b1d8f3a68d
Support for delay between CAN commands
2020-12-28 10:25:19 +01:00
Ján Mátik
1c1ce907a1
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-28 09:36:23 +01:00
Ján Mátik
a38c047391
Added support for delay between commands on CAN
2020-12-28 09:31:11 +01:00
Ján Mátik
3a59431fbd
Added support for aux temp on place of aux perc.
...
This may not be the final solution, as both aux temp and aux perc could be shown on same cell possibly.
2020-12-28 08:45:11 +01:00
Ján Mátik
cbabf84099
Added support for new values for BMW i3
2020-12-28 08:29:18 +01:00
Ján Mátik
43cc79922a
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-25 19:00:34 +01:00
Ján Mátik
95caf21d02
Support for defining starting special char for commands. Added aux bat readings for BMW i3
2020-12-25 19:00:28 +01:00
Ján Mátik
d698db6f96
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-23 12:09:37 +01:00
Ján Mátik
2a8261496d
Processing data in binary (byte) form
2020-12-23 12:09:28 +01:00
Ján Mátik
5bec1cfd3f
Processing data in byte form
2020-12-22 19:57:47 +01:00
Ján Mátik
c3421c1b91
Added parsing of BMW i3 params
...
- added some BMW i3 params parsing
- added rxBuffOffset to liveData
2020-12-22 17:47:56 +01:00
Ján Mátik
8e30ed99d8
Removed ;
2020-12-21 00:26:57 +01:00
Ján Mátik
67587a8296
Added missing code for BMW i3 in Menu
2020-12-21 00:26:27 +01:00
Ján Mátik
94948fff48
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-21 00:10:21 +01:00
Ján Mátik
90325f86ae
Minor improvements, added smart pointer for CAN class object
...
Added smart pointer for CAN class object to allow automatic destroying of as well as weinitialization if ::connectDevice is called more than once.
Replaced one byte variables with uint8_t.
Added const where it was suitable.
2020-12-21 00:10:14 +01:00
Ján Mátik
2379e1028d
Update CommObd2Can.cpp
...
Fixed operator precedence when identifying First frame. Small changes in var names and array initializations.
2020-12-20 23:07:14 +01:00
Ján Mátik
e7e16f9a9a
Merge branch 'master' of https://github.com/nickn17/evDash
2020-12-20 14:27:57 +01:00