Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase initial button wakeup from 4 to 8 seconds
Initial button press wakeup of 4 seconds is sometimes inadequate to establish BT connection. This change will expand the Initial button wakeup from 4 seconds to 8 seconds. Device sleep behavior after will be as follows: (Changed) Initial Button Wakeup to Sleep : 8s (No Change) Subsequent Button Action to Sleep : 4s Leaving RF Field wake to sleep : 3s BLE Disconnect to sleep : 4s USB Power Disconnect to sleep : 3s Example behavior : User wakes device with Button B (8 Sec to sleep) User pushes button B again (Now 4 Sec to sleep) User Places device in RF field (Maintain wake) User removes device from RF field (3 sec to sleep) If user discontinues the user journey at any point, the identified condition will invoke sleep at defined times.
- Loading branch information
7dc3c23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: While full animations are enabled, you need to add 2000ms to any wake/sleep transition calculations.