Skip to content

Commit

Permalink
just a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu committed Dec 12, 2024
1 parent 099c9e4 commit 8f428c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void delete_bonds_if_NimBLE_version_changed() {
nvs_commit(nimble_bond_handle);
nvs_close(nimble_bond_handle);
// ESP needs to be restarted, because NVS data is still in nimble RAM
Serial.printf(" NSV partition 'nimble_bond' was erased. Now we have to restart the ESP32 to also clear nimble RAM.\r\n");
Serial.printf(" NVS partition 'nimble_bond' was erased. Now we have to restart the ESP32 to also clear nimble RAM.\r\n");
ESP.restart();
} else {
nvs_close(nimble_bond_handle);
Expand Down

0 comments on commit 8f428c1

Please sign in to comment.