aprs-digitaltxrx-mo
alanbjohnston 5 years ago committed by GitHub
parent 6f2af25e9a
commit be9f29c54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.