diff --git a/src/input/ButtonThread.cpp b/src/input/ButtonThread.cpp index ad667f003..70d1a3ece 100644 --- a/src/input/ButtonThread.cpp +++ b/src/input/ButtonThread.cpp @@ -300,7 +300,8 @@ void ButtonThread::detachButtonInterrupts() // Allows sleep.cpp to configure its own interrupts, which wake the device on user-button press int ButtonThread::beforeLightSleep(void *unused) { - detachButtonInterrupts(); + // detachButtonInterrupts(); + // not really needed and stays in conflict with dynamic light sleep return 0; // Indicates success }