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 <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared 2021-10-26 16:39:38 +11:00
parent 43467b9c71
commit 1244d7f0bd
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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