This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Value never used #149
Closed
Description
Vale is never used:
Suggested fix:
//payloadCfg is now loaded with current bytes. Get what we need
uint16_t measurementRate {extractInt(0)}; //Pull from payloadCfg at measRate LSB
measurementRate = 1000 / measurementRate; //This may return an int when it's a float, but I'd rather not return 4 bytes
return (measurementRate);
}