8000
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 b3085d4 commit 8c4ca5aCopy full SHA for 8c4ca5a
libraries/BLE/examples/BLE_client/BLE_client.ino
@@ -154,7 +154,7 @@ void loop() {
154
// Set the characteristic's value to be the array of bytes that is actually a string.
155
pRemoteCharacteristic->writeValue(newValue.c_str(), newValue.length());
156
}else if(doScan){
157
- BLEDevice::getScan()->start(0); // this is just eample to start scan after disconnect, most likely there is better way to do it in arduino
+ BLEDevice::getScan()->start(0); // this is just example to start scan after disconnect, most likely there is better way to do it in arduino
158
}
159
160
delay(1000); // Delay a second between loops.
0 commit comments