Update main.c

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 2866deabaf
commit 673cf8f48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -602,8 +602,8 @@ int get_tlm_fox() {
negYv = reading[MINUS_Y].voltage * 100;
negZv = reading[MINUS_Z].voltage * 100;
batt_c_v = reading[BATT].voltage * 100;
battCurr = reading[BATT].current * 10;
batt_c_v = reading[BAT].voltage * 100;
battCurr = reading[BAT].current * 10;
encodeA(b, 0 + head_offset, batt_a_v);
encodeB(b, 1 + head_offset, batt_b_v);

Loading…
Cancel
Save

Powered by TurnKey Linux.