From 6cebaea2dabdc65e17636f4947ade07fe768d4a2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 9 Aug 2025 14:42:45 -0400 Subject: [PATCH] Update main.c manually set bus string --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 5c59764f..681d3b9b 100644 --- a/main.c +++ b/main.c @@ -299,7 +299,8 @@ int main(int argc, char * argv[]) { map[BAT] = BAT2; map[PLUS_Z] = BAT; map[MINUS_Z] = PLUS_Z; - snprintf(busStr, 10, "%d %d", i2c_bus1, test_i2c_bus(0)); +// snprintf(busStr, 10, "%d %d", i2c_bus1, test_i2c_bus(0)); + strcpy(busStr,"1 3"); voltageThreshold = 8.0; // check for camera