johntaves
Results
2
issues of
johntaves
At 332: readInafromEEPROM(deviceNumber); // Load EEPROM to ina structure ina.maxBusAmps = maxBusAmps > 1022 ? 1022 : maxBusAmps; // Clamp to maximum of 1022A ina.microOhmR = microOhmR; initDevice(deviceNumber); --------------- Should...
bug
I'm trying to make a 32 bit version. I think I got libmicrohttp to compile 32 bit because I see the -m32 on the compile and link lines from make...