Skip to content

Commit 405c59f

Browse files
ippie52polldo
authored andcommitted
Fix spelling mistake in scan examples
1 parent 633e1aa commit 405c59f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Central/Scan/Scan.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Scan
33
44
This example scans for BLE peripherals and prints out their advertising details:
5-
address, local name, adverised service UUID's.
5+
address, local name, advertised service UUID's.
66
77
The circuit:
88
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,

examples/Central/ScanCallback/ScanCallback.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Scan Callback
33
44
This example scans for BLE peripherals and prints out their advertising details:
5-
address, local name, adverised service UUIDs. Unlike the Scan example, it uses
5+
address, local name, advertised service UUIDs. Unlike the Scan example, it uses
66
the callback style APIs and disables filtering so the peripheral discovery is
77
reported for every single advertisement it makes.
88

0 commit comments

Comments
 (0)