Compare commits
No commits in common. "1e8e5664a28edd10fb68790f20f8da4afbb0fae3" and "1d775584db088eaa324894a1585f284aa1f20ab7" have entirely different histories.
1e8e5664a2
...
1d775584db
|
@ -370,7 +370,6 @@ void mqtt_connect()
|
||||||
{
|
{
|
||||||
standalone = true;
|
standalone = true;
|
||||||
Serial.print("MQTT not connected, continuing in standalone mode\n");
|
Serial.print("MQTT not connected, continuing in standalone mode\n");
|
||||||
mqtt_connected_user_callback();
|
|
||||||
lcd_send_stop_bit();
|
lcd_send_stop_bit();
|
||||||
}
|
}
|
||||||
lcd_send_stop_bit();
|
lcd_send_stop_bit();
|
||||||
|
|
Loading…
Reference in New Issue