Skip to content

Commit 6405286

Browse files
brentrubrentru
authored andcommitted
add logger to requirements
1 parent 8a35e0a commit 6405286

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

adafruit_minimqtt.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
* Adafruit CircuitPython firmware for the supported boards:
3939
https://github.com/adafruit/circuitpython/releases
4040
41+
* Adafruit CircuitPython Logger
42+
https://github.com/adafruit/Adafruit_CircuitPython_Logger
43+
4144
"""
4245
import struct
4346
import time
@@ -83,7 +86,7 @@ class MMQTTException(Exception):
8386
class MQTT:
8487
"""
8588
MQTT client interface for CircuitPython devices.
86-
:param socket: Socket object for provided network interface
89+
:param socket: Socket object for network interface.
8790
:param str broker: MQTT Broker URL or IP Address.
8891
:param int port: Optional port definition, defaults to 8883.
8992
:param str username: Username for broker authentication.

docs/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,9 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26-
.. todo:: Add any Learn guide links here. If there are none, then simply delete this todo and leave
27-
the toctree above for use later.
28-
2926
.. toctree::
3027
:caption: Related Products
3128

32-
.. todo:: Add any product links here. If there are none, then simply delete this todo and leave
33-
the toctree above for use later.
34-
3529
.. toctree::
3630
:caption: Other Links
3731

0 commit comments

Comments
 (0)