-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
Description
Affected Version
0.11.2
Describe the Bug
It currently takes ca 1s to wake up from deep sleep when battery powered: millis() at the beginning of setup() returns ca 950ms. When USB-powered, this time reduces to ~65ms (could be due to settling of battery power regulators or something in this direction).
This has issues:
- We need to adjust the calibration of the check in
verifyWakeupLongPress()to not wait even longer. I'll look into this. - We can't go below this 1s until the device comes up. Not sure this behavior can be changed.
Steps to Reproduce
- Set up short power button press
- Unplug USB
- Boot the device.
Expected Behavior
Device boots quickly after pressing the power button
Relevant Log Output/Screenshots
Reactions are currently unavailable