Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 716aea1

Browse files
committedJan 12, 2023
remove unused doc reference to network manager
1 parent 645ae31 commit 716aea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class MQTT:
128128
MQTT_TCP_PORT otherwise.
129129
:param str username: Username for broker authentication.
130130
:param str password: Password for broker authentication.
131-
:param network_manager: NetworkManager object, such as WiFiManager from ESPSPI_WiFiManager.
132131
:param str client_id: Optional client identifier, defaults to a unique, generated string.
133132
:param bool is_ssl: Sets a secure or insecure connection with the broker.
134133
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.

0 commit comments

Comments
 (0)
Please sign in to comment.