From dec8ff03394bea9d037a26ac358e531cf960655b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 23 Dec 2025 13:37:20 -0600 Subject: [PATCH] Attribution --- src/nimble/NimbleBluetooth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nimble/NimbleBluetooth.cpp b/src/nimble/NimbleBluetooth.cpp index 52a415363..629929612 100644 --- a/src/nimble/NimbleBluetooth.cpp +++ b/src/nimble/NimbleBluetooth.cpp @@ -44,6 +44,7 @@ constexpr uint16_t kPreferredBleTxTimeUs = (kPreferredBleTxOctets + 14) * 8; } // namespace #ifdef ARCH_ESP32 +// Credit: https://github.com/h2zero/NimBLE-Arduino/issues/740#issuecomment-2539923656 static void deleteBondsIfNimBLEVersionChanged() { esp_err_t err = nvs_flash_init();