From ffc255d008986262573d6e9cf36b69ba76913184 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Thu, 22 Oct 2020 23:00:11 +0200 Subject: [PATCH] I2C workaround --- src/LoRa_APRS_iGate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index e6518a1..5cd5254 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -59,6 +59,7 @@ void setup() } else { Serial.println("LoRa-APRS / Init / AXP192 Begin FAIL"); } + Wire.begin(SDA, SCL); powerManagement.activateLoRa(); powerManagement.activateOLED(); powerManagement.deactivateGPS();