This commit is contained in:
Lubos Petrovic
2020-12-22 10:04:27 +01:00
parent 70ad6c5c01
commit a98b9b2b52
2 changed files with 6 additions and 2 deletions

View File

@@ -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;