From 9356be3f8f318b5f18fc7fe3366cb455c18e14ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 3 Jul 2025 00:15:32 +0200 Subject: [PATCH] Update src/mesh/comms/FakeI2C.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/mesh/comms/FakeI2C.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/comms/FakeI2C.cpp b/src/mesh/comms/FakeI2C.cpp index cda673682..e49b1ee31 100644 --- a/src/mesh/comms/FakeI2C.cpp +++ b/src/mesh/comms/FakeI2C.cpp @@ -4,7 +4,7 @@ #ifdef SENSECAP_INDICATOR -FakeI2C *FakeWire; +FakeI2C *FakeWire = new FakeI2C(); void FakeI2C::begin() {}