If MQTT_LOGIN & MQTT_PASSWORD left blank:
#define MQTT_LOGIN ""
#define MQTT_PASSWORD ""
Application still indicates that it connects to the MQTT Broker but Controls do not work.
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
21:39:44.381 > Connected to
21:39:44.381 > Tajin
21:39:44.382 > Connecting to MQTT
21:39:44.383 > Connected to MQTT broker
If I add the LOGIN and PASSWORD everything works fine.
If MQTT_LOGIN & MQTT_PASSWORD left blank:
Application still indicates that it connects to the MQTT Broker but Controls do not work.
If I add the LOGIN and PASSWORD everything works fine.