From bf011469ccfafcbdfbea583f8977ea0eaa840c62 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 10:12:02 -0400 Subject: [PATCH] Update main.h add sensor_string --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index f46c8537..439032fc 100644 --- a/main.h +++ b/main.h @@ -186,6 +186,7 @@ double eclipse_time; float voltage[9], current[9], sensor[SENSOR_FIELDS], other[3]; char sensor_payload[500]; +char sensor_strings[SENSOR_FIELDS][32]; int test_i2c_bus(int bus);