Turn off bluetooth
Turn off bluetooth - reduce power consumption
This commit is contained in:
@@ -49,6 +49,9 @@ void pmu_setup( TTGOClass *ttgo ) {
|
||||
|
||||
pinMode( AXP202_INT, INPUT );
|
||||
attachInterrupt( AXP202_INT, &pmu_irq, FALLING );
|
||||
|
||||
// Turn off bluetooth
|
||||
btStop();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user