diff --git a/src/hardware/pmu.cpp b/src/hardware/pmu.cpp index 9cd9982..37417fa 100644 --- a/src/hardware/pmu.cpp +++ b/src/hardware/pmu.cpp @@ -49,6 +49,9 @@ void pmu_setup( TTGOClass *ttgo ) { pinMode( AXP202_INT, INPUT ); attachInterrupt( AXP202_INT, &pmu_irq, FALLING ); + + // Turn off bluetooth + btStop(); } /*