Skip to content

Commit 8c4ca5a

Browse files
takanotume24me-no-dev
authored andcommitted
Update BLE_client.ino (espressif#3463)
fix typo
1 parent b3085d4 commit 8c4ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/BLE/examples/BLE_client/BLE_client.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void loop() {
154154
// Set the characteristic's value to be the array of bytes that is actually a string.
155155
pRemoteCharacteristic->writeValue(newValue.c_str(), newValue.length());
156156
}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
157+
BLEDevice::getScan()->start(0); // this is just example to start scan after disconnect, most likely there is better way to do it in arduino
158158
}
159159

160160
delay(1000); // Delay a second between loops.

0 commit comments

Comments
 (0)