Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e26c commit 242ee17Copy full SHA for 242ee17
1 file changed
main/HomeKitLock.cpp
@@ -252,7 +252,7 @@ void HomeKitLock::begin() {
252
253
homeSpan.setControllerCallback(staticControllerCallback);
254
homeSpan.setConnectionCallback(connectionEstablished);
255
- homeSpan.setConnectionTimes(1, 15, 3);
+ homeSpan.setConnectionTimes(3, 30, 3);
256
homeSpan.setApFunction(apStarted);
257
ESP_LOGI(TAG, "HomeSpan setup complete.");
258
}
0 commit comments