Update main.c voltage and current

beta-v1.3.1-vhf-ina
Alan Johnston 2 years ago committed by GitHub
parent bcb497f62a
commit 1a7715938e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1037,7 +1037,7 @@ void get_tlm(void) {
}
if (mode == AFSK) {
sprintf(tlm_str, "%4.2f V %5.1f mA ", batteryVoltage, batteryVoltage);
sprintf(tlm_str, "%4.2f V %5.1f mA ", batteryVoltage, batteryCurrent);
strcat(str, tlm_str);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.