From e0da661632b627d4e2d28d3dbf8699cfce8e17ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 13 Apr 2023 15:13:36 +0200 Subject: [PATCH] remove screen brightness again --- src/ButtonThread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ButtonThread.h b/src/ButtonThread.h index b295f896a..13c424336 100644 --- a/src/ButtonThread.h +++ b/src/ButtonThread.h @@ -123,7 +123,6 @@ class ButtonThread : public concurrency::OSThread static void userButtonPressedLong() { // LOG_DEBUG("Long press!\n"); - screen->adjustBrightness(); // If user button is held down for 10 seconds, shutdown the device. if ((millis() - longPressTime > 10000) && (longPressTime > 0)) { #if defined(ARCH_NRF52) || defined(ARCH_ESP32)