remove screen brightness again

This commit is contained in:
Thomas Göttgens 2023-04-13 15:13:36 +02:00
parent a9ce4338ff
commit e0da661632

View File

@ -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)