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