try
This commit is contained in:
parent
5f5e235887
commit
b614454070
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user