From 6a686ba93d082cf098cd1dc70943dad30e20d90d Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 6 Feb 2023 12:52:25 +0800 Subject: [PATCH] bluetooth/nimble: Update to 17a8e61fdec48d579df3bc5af59a9cff5edee674 which contain the fix: https://github.com/apache/mynewt-nimble/pull/1462 https://github.com/apache/mynewt-nimble/pull/1459 https://github.com/apache/mynewt-nimble/pull/1457 https://github.com/apache/mynewt-nimble/pull/1161 Signed-off-by: Xiang Xiao --- 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 f9dae63e6..57c2ff16c 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -13,7 +13,7 @@ config NIMBLE_STACKSIZE config NIMBLE_REF string "Version" - default "cd8ab38c3da91b71dd428979153a408f38d3b02e" + default "17a8e61fdec48d579df3bc5af59a9cff5edee674" ---help--- Git ref name to use when downloading from nimBLE repo endif