wiki: bluetooth: add NimBLE page
Added a page to the wiki which describes how to setup NimBLE on the ESP32.
Merge request reports
Activity
added 5-Documentation 6 - Needs Review labels
- Resolved by rahix
Hey @coon,
thank you very much for the MR. There is one minor thing you need to change for the docs to be built properly: Right now, sphinx complains that
nimble.rst: WARNING: document isn't included in any toctree
which you can fix by adding it to the bluetooth toctree in
index.rst
like this:diff --git a/Documentation/index.rst b/Documentation/index.rst index 44ecfcd04f8f..c0f82f0d76bf 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -68,6 +68,7 @@ Last but not least, if you want to start hacking the lower-level firmware, the bluetooth/file-transfer bluetooth/card10 + bluetooth/nimble Indices and tables ==================
added 6 - Changes Requested label and removed 6 - Needs Review label
added 2 commits
added 2 commits
added 2 commits
Hey @rahix, thank's for your feedback! I have done some additional cosmetics and applied your patch to add the nimble page to index.rst.
Don't be confused about the multiple pushes. I messed something up on squashing commits, but now everything should be fine. :)
mentioned in commit f5b8e643