Remove screen activation in powerExit function (#8779)

This seems to be a potential source of unintended screen wakes.
This commit is contained in:
Jonathan Bennett
2025-11-28 05:23:07 -06:00
committed by GitHub
parent 1c43d71067
commit de26dfe468

View File

@@ -219,8 +219,6 @@ static void powerIdle()
static void powerExit()
{
if (screen)
screen->setOn(true);
setBluetoothEnable(true);
}