Remove screen activation in powerExit function (#8779)
This seems to be a potential source of unintended screen wakes.
This commit is contained in:
co-authored by
GitHub
parent
1c43d71067
commit
de26dfe468
@@ -219,8 +219,6 @@ static void powerIdle()
|
||||
|
||||
static void powerExit()
|
||||
{
|
||||
if (screen)
|
||||
screen->setOn(true);
|
||||
setBluetoothEnable(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user