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:
parent
43467b9c71
commit
1244d7f0bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue