From 1844cc546a787224ce3ef5522e0bf5b2436c3de5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 14 Aug 2023 14:54:24 -0400 Subject: [PATCH] Update config to add labels for I2C buses --- config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config b/config index 7076f547..6dbc3742 100755 --- a/config +++ b/config @@ -349,9 +349,14 @@ elif [ "$1" = "-S" ]; then echo "Scan both I2C buses on the Raspberry Pi" echo + echo "I2C Bus 1" + echo i2cdetect -y 1 - + echo + echo "I2C Bus 1" + echo i2cdetect -y 3 + echo elif [ "$1" = "-C" ]; then