Skip to content

Commit

Permalink
Fix spelling mistake in scan examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ippie52 authored and polldo committed Aug 17, 2020
1 parent 633e1aa commit 405c59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Central/Scan/Scan.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Scan
This example scans for BLE peripherals and prints out their advertising details:
address, local name, adverised service UUID's.
address, local name, advertised service UUID's.
The circuit:
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,
Expand Down
2 changes: 1 addition & 1 deletion examples/Central/ScanCallback/ScanCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Scan Callback
This example scans for BLE peripherals and prints out their advertising details:
address, local name, adverised service UUIDs. Unlike the Scan example, it uses
address, local name, advertised service UUIDs. Unlike the Scan example, it uses
the callback style APIs and disables filtering so the peripheral discovery is
reported for every single advertisement it makes.
Expand Down

0 comments on commit 405c59f

Please sign in to comment.