Skip to content

Commit 14a5e30

Browse files
authored
Remove screen activation in powerExit function
This seems to be a potential source of unintended screen wakes.
1 parent 1c43d71 commit 14a5e30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PowerFSM.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ static void powerIdle()
219219

220220
static void powerExit()
221221
{
222-
if (screen)
223-
screen->setOn(true);
224222
setBluetoothEnable(true);
225223
}
226224

0 commit comments

Comments
 (0)