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();