Update main.c fixed V and I batt

beta-v1.3.1-vhf-cleanup
Alan Johnston 2 years ago committed by GitHub
parent bbda07ef39
commit 2ee41d4ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.