change mqqt broker to localhost
This commit is contained in:
parent
44ed1f0860
commit
6aadcfd0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def on_message(client, userdata, message):
|
||||||
|
|
||||||
|
|
||||||
# MQTT broker configuration
|
# MQTT broker configuration
|
||||||
broker_address = "10.1.13.173" # Replace with your MQTT broker's address
|
broker_address = "localhost" # Replace with your MQTT broker's address
|
||||||
broker_port = 1883
|
broker_port = 1883
|
||||||
broker_keepalive = 60
|
broker_keepalive = 60
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue