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 bb25781 commit 760955eCopy full SHA for 760955e
libraries/CurieBLE/src/BLEPeripheralRole.cpp
@@ -66,7 +66,7 @@ bool BLEPeripheralRole::begin()
66
setDeviceName();
67
// Register profile
68
_peripheral.registerProfile();
69
- delay(2); // Temp solution for send data fast will makes ADV data set failed
+ delay(4); // Temp solution for send data fast will makes ADV data set failed
70
return true;
71
}
72
0 commit comments