Skip to content

Commit 29604c5

Browse files
removed stay_awake after factory reset
1 parent 8a02abd commit 29604c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/application/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ static void hardware_setup()
331331
{
332332
LOG("Factory reset");
333333
bluetooth_unpair();
334-
stay_awake = true;
334+
// stay_awake = true;
335335
}
336336
}
337337

0 commit comments

Comments
 (0)