Working FSK telem

pull/15/head
Alan Johnston 6 years ago
parent 8d57f47c62
commit 98bd2b5775

@ -692,9 +692,11 @@ int get_tlm_fox() {
batt_c_v = reading[BAT].voltage * 100;
battCurr = reading[BAT].current * 10;
batt_a_v = 0, batt_b_v = 0, batt_c_v = 8.95 * 100, battCurr = 48.6 * 10;
/*
batt_a_v = 0, batt_b_v = 0, batt_c_v = 8.95 * 100, battCurr = 48.6 * 10;
posXv = 296, negXv = 45, posYv = 220, negYv = 68,
posZv = 280, negZv = 78;
*/
encodeA(b, 0 + head_offset, batt_a_v);
encodeB(b, 1 + head_offset, batt_b_v);

Loading…
Cancel
Save

Powered by TurnKey Linux.