From 88d28e718d18813498a5ec9618fa4d8a71df0ebe Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 28 Jul 2019 08:11:11 -0400 Subject: [PATCH] fixed ihu_cpu_temp --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 906e1df9..32a70823 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -406,7 +406,7 @@ int get_tlm_fox(uint8_t *b) { count, reading[count].voltage, reading[count].current, reading[count].power); #endif } - int id = 7, frm_type = 0x01, tx_temp; + int id = 7, frm_type = 0x01, tx_temp = 0, ihu_cpu_temp = 0; int batt_a_v = 0, batt_b_v = 0, batt_c_v = 8.95 * 100, total_batt_i = 48.6 * 10; int pos_x_panel_v = 2.95 * 100, neg_x_panel_v = 0.45 * 100, pos_y_panel_v = 2.3 * 100, neg_y_panel_v = 0.68 * 100, pos_z_panel_v = 2.8 * 100, neg_z_panel_v = 0.78 * 100;