Merge pull request #32 from chrismcna/master

Turn off bluetooth
This commit is contained in:
Dirk Broßwick
2020-08-10 00:38:09 +02:00
committed by GitHub

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();
}
/*