From 479e3348447c2f67cd40b4f05fb610e17d7f16ea Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Sep 2025 12:17:26 -0400 Subject: [PATCH] Update update add lib --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 9f0473a1..664ac0cc 100755 --- a/update +++ b/update @@ -295,7 +295,7 @@ if [[ $(grep 'changed' /home/pi/MPU6050-C-CPP-Library-for-Raspberry-Pi/.updated_ echo "updating MPU6050-C-CPP-Library-for-Raspberry-Pi" sudo make install make example - g++ mpu6050.cpp -o mpu6050 -lMPU6050 -pthread + g++ mpu6050.cpp -o mpu6050 -lMPU6050 -pthread -li2c else echo "nothing to do for MPU6050-C-CPP-Library-for-Raspberry-Pi."