From f8d3ab2fc195e417f9e65bb7ab3292010509e1bc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 10:17:41 -0400 Subject: [PATCH] Update main.h fix sensor_string --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index 439032fc..10c263d0 100644 --- a/main.h +++ b/main.h @@ -186,7 +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]; +char sensor_string[SENSOR_FIELDS][32]; int test_i2c_bus(int bus);