can
This commit is contained in:
@@ -15,7 +15,8 @@ class CommObd2Can : public CommInterface {
|
||||
long unsigned int rxId;
|
||||
unsigned char rxLen = 0;
|
||||
uint8_t rxBuf[32];
|
||||
int16_t rxRemaining; // Remaining bytes to complete message
|
||||
int16_t rxRemaining; // Remaining bytes to complete message, signed is ok
|
||||
uint8_t requestFramesCount;
|
||||
char msgString[128]; // Array to store serial string
|
||||
uint16_t lastPid;
|
||||
unsigned long lastDataSent = 0;
|
||||
|
||||
Reference in New Issue
Block a user