Skip to content

Commit

Permalink
Merge pull request #453 from justmobilize/add-connection_manager
Browse files Browse the repository at this point in the history
Add ConnectionManager
  • Loading branch information
tannewt authored Feb 21, 2024
2 parents 4fe0f30 + 21dd5a6 commit 8ab6cd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -992,3 +992,6 @@
[submodule "libraries/drivers/mcp3421"]
path = libraries/drivers/mcp3421
url = https://github.com/adafruit/Adafruit_CircuitPython_MCP3421.git
[submodule "libraries/helpers/connection_manager"]
path = libraries/helpers/connection_manager
url = https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Helpers for interfacing with the internet, including IoT protocols.

.. toctree::

Connection Manager <https://docs.circuitpython.org/projects/connectionmanager/en/latest/>
Fake Requests <https://docs.circuitpython.org/projects/fakerequests/en/latest/>
HTTP Server <https://docs.circuitpython.org/projects/httpserver/en/latest/>
JSON Stream <https://docs.circuitpython.org/projects/json_stream/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/connection_manager
Submodule connection_manager added at fe040d

0 comments on commit 8ab6cd0

Please sign in to comment.