Added parsing of BMW i3 params
- added some BMW i3 params parsing - added rxBuffOffset to liveData
This commit is contained in:
@@ -225,6 +225,9 @@ class LiveData {
|
||||
BLEAdvertisedDevice* foundMyBleDevice;
|
||||
BLEClient* pClient;
|
||||
BLEScan* pBLEScan;
|
||||
|
||||
// Canbus
|
||||
uint8_t rxBuffOffset = 0; // offset of processing received data, in some cars needs to be set to 1, like in BMW i3
|
||||
|
||||
// Params
|
||||
PARAMS_STRUC params; // Realtime sensor values
|
||||
|
||||
Reference in New Issue
Block a user