From 75690bc31ed11bcb9c77565bd1756fa9c40145d1 Mon Sep 17 00:00:00 2001 From: Brennan Ashton Date: Mon, 15 Feb 2021 23:28:03 -0800 Subject: [PATCH] Pin Nible release to working commit until stable tag is ready --- 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 79f1e18e8..9eebcbc54 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -9,7 +9,7 @@ config NIMBLE if NIMBLE config NIMBLE_REF string "Version" - default "master" + default "7b5b5e5b512133e50ef8a517b13e7269f9c821fd" ---help--- Git ref name to use when downloading from nimBLE repo endif