diff --git a/ESPBMS.ino b/ESPBMS.ino index b4c0a85..3625a73 100644 --- a/ESPBMS.ino +++ b/ESPBMS.ino @@ -411,7 +411,7 @@ bool processBasicInfo(packBasicInfoStruct *output, byte *data, unsigned int data if (dataLen != 0x1B) { Serial.printf("bad data len %d!",dataLen); - return false; + //return false; } output->Volts = ((uint32_t)two_ints_into16(data[0], data[1])) * 10; // Resolution 10 mV -> convert to milivolts eg 4895 > 48950mV