-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Fixed auto relock attribute and Lock Operation event (#1…
…9562) There are two issues with the nrfconnect door lock: * It has auto-relock-time value set to 60, while it should be 0 * It emits Lock Operation event on init, while no operation was done. * Set auto relock time to 0 * Added invoking lock/unlock operation only if lock state is not null (uninitialized) * By the way of this change aligned lighting app extended discovery timeout to other nrfconnect examples
- Loading branch information
1 parent
09f3e4a
commit b6954c0
Showing
2 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters