@ -391,7 +391,6 @@ int get_tlm(int tlm[][5]) {
// tlm[3][A] = abs((int)((strtof(ina219[SENSOR_45 + VOLTAGE], NULL) * 10) - 65.5) % 100);
tlm[3][A] = abs((int)((strtof(mopower[16], NULL) * 10) - 65.5) % 100);
mopower[16]
tlm[3][B] = (int)(strtof(ina219[SENSOR_4A + VOLTAGE], NULL) * 10.0) % 100; // 5V supply to Pi
Powered by TurnKey Linux.