Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c4ca5a

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/BLE/examples/BLE_client/BLE_client.ino

Copy file name to clipboardExpand all lines: libraries/BLE/examples/BLE_client/BLE_client.ino
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.