We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5c933 commit 319cb95Copy full SHA for 319cb95
examples/ForcePairingMode/ForcePairingMode.ino
@@ -15,7 +15,7 @@
15
* After deleting bonds, it is best to unpair them from the client device such
16
* as your phone or PC otherwise the gamepad may briefly connect while searching
17
*
18
- * The deleteBond and deletAllBonds functions can optionalayy reset the gamepad with
+ * The deleteBond and deletAllBonds functions can optionally reset the gamepad with
19
* deletAllBonds(true) or deleteBond(true), although it shouldn't be needed
20
* as the advertising should now start again after a client is disconnected
21
@@ -64,4 +64,4 @@ void loop()
64
Serial.println("No device connected");
65
delay(1000);
66
}
67
-}
+}
0 commit comments