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 6f99619 commit 2762ab4Copy full SHA for 2762ab4
libraries/CurieBLE/src/BLEPeripheralRole.cpp
@@ -69,9 +69,10 @@ bool BLEPeripheralRole::begin()
69
70
// Set device name
71
setDeviceName();
72
+ delay(4);
73
// Register profile
74
_peripheral.registerProfile();
- delay(4); // Temp solution for send data fast will makes ADV data set failed
75
+ delay(8); // Temp solution for send data fast will makes ADV data set failed
76
return true;
77
}
78
0 commit comments