Skip to content

Commit 3aca8b3

Browse files
authored
Merge pull request #143 from vladak/network_manager_be_gone
remove unused doc reference to network manager
2 parents 645ae31 + 716aea1 commit 3aca8b3

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)