From 8f428c196a5689353bb12f611bfb2373009721aa Mon Sep 17 00:00:00 2001 From: KlausMu Date: Thu, 12 Dec 2024 21:21:21 +0100 Subject: [PATCH] just a typo --- Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp b/Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp index 92053243..cfe91b35 100644 --- a/Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp +++ b/Platformio/hardware/ESP32/keyboard_ble_hal_esp32.cpp @@ -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);