From 3d4995b3c2e3a63cba31edfc5118c46f8974fbf0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 9 Sep 2025 14:53:17 -0400 Subject: [PATCH] Update update fix typo in bme install --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index dfc6940e..28ea9157 100755 --- a/update +++ b/update @@ -303,7 +303,7 @@ if [ ! -f "/home/pi/raspberry-pi-bme280/bme280" ]; then sudo apt-get install -y libi2c-dev cd git clone https://github.com/alanbjohnston/raspberry-pi-bme280.git - cd MPU6050-C-CPP-Library-for-Raspberry-Pi + cd raspberry-pi-bme280 git checkout payload make fi