Update main.c add BAT to APRS

pull/279/head
Alan Johnston 2 years ago committed by GitHub
parent 4aaa0703b0
commit 30a059ce3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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, "BAT %4.2f %5.1f ", batteryVoltage, batteryVoltage);
strcat(str, tlm_str);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.