mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
I2C workaround
This commit is contained in:
parent
455b6276ae
commit
ffc255d008
|
|
@ -59,6 +59,7 @@ void setup()
|
||||||
} else {
|
} else {
|
||||||
Serial.println("LoRa-APRS / Init / AXP192 Begin FAIL");
|
Serial.println("LoRa-APRS / Init / AXP192 Begin FAIL");
|
||||||
}
|
}
|
||||||
|
Wire.begin(SDA, SCL);
|
||||||
powerManagement.activateLoRa();
|
powerManagement.activateLoRa();
|
||||||
powerManagement.activateOLED();
|
powerManagement.activateOLED();
|
||||||
powerManagement.deactivateGPS();
|
powerManagement.deactivateGPS();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue