From 1244d7f0bdce6531085f35a36039662147341e74 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Tue, 26 Oct 2021 16:39:38 +1100 Subject: [PATCH] lib/mynewt-nimble: Switch to the MicroPython fork of NimBLE. We will use this fork for adding further features and patches to support MicroPython. Signed-off-by: Jim Mussared --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9fd45dfec..474ae9890 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,7 +28,7 @@ url = https://github.com/hathach/tinyusb [submodule "lib/mynewt-nimble"] path = lib/mynewt-nimble - url = https://github.com/apache/mynewt-nimble.git + url = https://github.com/micropython/mynewt-nimble.git [submodule "lib/btstack"] path = lib/btstack url = https://github.com/bluekitchen/btstack.git