From d17f0cf05556a6c54ed5d00501f365921bd10399 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 6 Mar 2022 11:58:55 -0500 Subject: [PATCH] turn off both i2c buses --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index b0d98474..ccf43ea7 100644 --- a/main.c +++ b/main.c @@ -488,7 +488,8 @@ int main(int argc, char * argv[]) { if (!sim_mode) { strcpy(pythonStr, pythonCmd); - strcat(pythonStr, busStr); +// strcat(pythonStr, busStr); + strcat(pythonStr, "-1 -1"); strcat(pythonConfigStr, pythonStr); strcat(pythonConfigStr, " c");