From 7289b2a9728c8c7e50f34a73233d8777aca4e87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 3 Jul 2025 00:15:52 +0200 Subject: [PATCH] Update src/main.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d8a291ac4..918cadd9a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -464,7 +464,7 @@ void setup() #if !MESHTASTIC_EXCLUDE_I2C // The Sensecap Indicator hast I2C on the secondary MCU. Tunnel this as wire1 #if defined(SENSECAP_INDICATOR) - FakeI2C Wire1 = *FakeWire; + FakeI2C& Wire1 = *FakeWire; Wire1.begin(); #elif defined(I2C_SDA1) && defined(ARCH_RP2040) Wire1.setSDA(I2C_SDA1);