From e00f126c924b2c494d0a11f77f55179668b4bfd0 Mon Sep 17 00:00:00 2001 From: sharandac Date: Mon, 10 Aug 2020 14:39:20 +0200 Subject: [PATCH] strange memory issue, remove btStop() to free heap --- src/hardware/pmu.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hardware/pmu.cpp b/src/hardware/pmu.cpp index 6fd2ac5..e414313 100644 --- a/src/hardware/pmu.cpp +++ b/src/hardware/pmu.cpp @@ -49,9 +49,6 @@ void pmu_setup( TTGOClass *ttgo ) { pinMode( AXP202_INT, INPUT ); attachInterrupt( AXP202_INT, &pmu_irq, FALLING ); - - // Turn off bluetooth - btStop(); } /*