Skip to content

Commit 319cb95

Browse files
authored
Update ForcePairingMode.ino - spelling
1 parent 5c5c933 commit 319cb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ForcePairingMode/ForcePairingMode.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* After deleting bonds, it is best to unpair them from the client device such
1616
* as your phone or PC otherwise the gamepad may briefly connect while searching
1717
*
18-
* The deleteBond and deletAllBonds functions can optionalayy reset the gamepad with
18+
* The deleteBond and deletAllBonds functions can optionally reset the gamepad with
1919
* deletAllBonds(true) or deleteBond(true), although it shouldn't be needed
2020
* as the advertising should now start again after a client is disconnected
2121
*
@@ -64,4 +64,4 @@ void loop()
6464
Serial.println("No device connected");
6565
delay(1000);
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)