strange memory issue, remove btStop() to free heap

This commit is contained in:
sharandac
2020-08-10 14:39:20 +02:00
parent a90c7b6be5
commit e00f126c92

View File

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