Skip to content

Commit

Permalink
Merge pull request #143 from vladak/network_manager_be_gone
Browse files Browse the repository at this point in the history
remove unused doc reference to network manager
  • Loading branch information
tekktrik committed Jan 13, 2023
2 parents 645ae31 + 716aea1 commit 3aca8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_minimqtt/adafruit_minimqtt.py
Expand Up @@ -128,7 +128,6 @@ class MQTT:
MQTT_TCP_PORT otherwise.
:param str username: Username for broker authentication.
:param str password: Password for broker authentication.
:param network_manager: NetworkManager object, such as WiFiManager from ESPSPI_WiFiManager.
:param str client_id: Optional client identifier, defaults to a unique, generated string.
:param bool is_ssl: Sets a secure or insecure connection with the broker.
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
Expand Down

0 comments on commit 3aca8b3

Please sign in to comment.