From d47660963eb48933d54a47e485e496aa550ce0ec Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Sun, 29 Sep 2024 11:41:05 +0200 Subject: [PATCH] 2024-09-2901 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 88bcd68..1bcfc0c 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,7 +47,7 @@ void setup() { unsigned status; // default settings - status = bme.begin(); + status = bme.begin(0x77); // You can also pass in a Wire library object like &Wire2 // status = bme.begin(0x76, &Wire2) if (!status) {