Skip to content

mqtt_subscribe.py typo #1

Description

@jdeltoft
print("Subscribed to Topic: " + 
MQTT_MSG + " with QoS: " + str(granted_qos))

should be

print("Subscribed to Topic: " + 
MQTT_TOPIC + " with QoS: " + str(granted_qos))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions