diff --git a/src/main.cpp b/src/main.cpp index 78c1bee16..59773e2bd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -236,6 +236,7 @@ class ButtonThread : public OSThread if (millis() - longPressTime > 10 * 1000) { #ifdef TBEAM_V10 if (axp192_found == true) { + setLed(false); power->shutdown(); } #endif