From 832b160cb13f9e7d604b0bec2eb298cf85e9783d Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Thu, 2 Mar 2023 13:06:44 +0100 Subject: [PATCH] bluetooth/nimble: update to bc7828341226d860429c63994065f8f1b8b8d7b0 which fix https://github.com/apache/mynewt-nimble/pull/1472 --- wireless/bluetooth/nimble/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig index 57c2ff16c..5d1ef3b50 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -13,7 +13,7 @@ config NIMBLE_STACKSIZE config NIMBLE_REF string "Version" - default "17a8e61fdec48d579df3bc5af59a9cff5edee674" + default "bc7828341226d860429c63994065f8f1b8b8d7b0" ---help--- Git ref name to use when downloading from nimBLE repo endif