Turn off bluetooth

Turn off bluetooth - reduce power consumption
This commit is contained in:
chrismcna
2020-08-09 23:01:15 +01:00
parent 38c48df235
commit ddf2e8a852

View File

@@ -49,6 +49,9 @@ void pmu_setup( TTGOClass *ttgo ) {
pinMode( AXP202_INT, INPUT );
attachInterrupt( AXP202_INT, &pmu_irq, FALLING );
// Turn off bluetooth
btStop();
}
/*