Skip to content

Commit 400e09f

Browse files
committed
revert unexpected change to ble advertising interval on nrf52
1 parent 3ef2aa6 commit 400e09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/nrf52/SerialBLEInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void SerialBLEInterface::startAdv() {
8686
* https://developer.apple.com/library/content/qa/qa1931/_index.html
8787
*/
8888
Bluefruit.Advertising.restartOnDisconnect(false); // don't restart automatically as we handle it in onDisconnect
89-
Bluefruit.Advertising.setInterval(32, 1600);
89+
Bluefruit.Advertising.setInterval(32, 244);
9090
Bluefruit.Advertising.setFastTimeout(30); // number of seconds in fast mode
9191
Bluefruit.Advertising.start(0); // 0 = Don't stop advertising after n seconds
9292

0 commit comments

Comments
 (0)