mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
Remove screen activation in powerExit function (#8779)
This seems to be a potential source of unintended screen wakes.
This commit is contained in:
@@ -219,8 +219,6 @@ static void powerIdle()
|
||||
|
||||
static void powerExit()
|
||||
{
|
||||
if (screen)
|
||||
screen->setOn(true);
|
||||
setBluetoothEnable(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user