Skip to content

Commit

Permalink
Use alt connect mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Nov 21, 2024
1 parent 5773d96 commit d1cd974
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/nuki_lock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,11 @@ async def to_code(config):
cg.add_library(
None,
None,
"https://github.com/I-Connect/NukiBleEsp32#93e7da927171c8973b7ef857c7fa644c174ed47d",
"https://github.com/I-Connect/NukiBleEsp32#edc9586",
)

cg.add_build_flag("NUKI_ALT_CONNECT")


# Actions
NukiLockUnpairAction = nuki_lock_ns.class_(
Expand Down

0 comments on commit d1cd974

Please sign in to comment.