We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118996d commit 82f64a8Copy full SHA for 82f64a8
libraries/BLE/examples/Server_secure_authorization/Server_secure_authorization.ino
@@ -73,7 +73,7 @@ void setup() {
73
Serial.begin(115200);
74
Serial.println("Starting BLE Authorization Example!");
75
76
- // Initialize the BOOT pin for reseting the read count
+ // Initialize the BOOT pin for resetting the read count
77
pinMode(BOOT_PIN, INPUT_PULLUP);
78
79
// Clear NVS to remove any cached pairing information
0 commit comments