Merge branch 'master' of https://github.com/sharandac/My-TTGO-Watch
This commit is contained in:
@@ -49,9 +49,6 @@ void pmu_setup( TTGOClass *ttgo ) {
|
|||||||
|
|
||||||
pinMode( AXP202_INT, INPUT );
|
pinMode( AXP202_INT, INPUT );
|
||||||
attachInterrupt( AXP202_INT, &pmu_irq, FALLING );
|
attachInterrupt( AXP202_INT, &pmu_irq, FALLING );
|
||||||
|
|
||||||
// Turn off bluetooth
|
|
||||||
btStop();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user