Compare commits
No commits in common. "b22d3bc8a49a3da5ba929e154a64849f12bbd30c" and "6963ea78dfc6c51b20e8e713a201a1fda7c17603" have entirely different histories.
b22d3bc8a4
...
6963ea78df
|
@ -364,13 +364,13 @@ void mqtt_connect()
|
|||
publish_pwm_states();
|
||||
publish_input_states();
|
||||
publish_ac_state();
|
||||
mqtt_connected_user_callback();
|
||||
standalone = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
standalone = true;
|
||||
Serial.print("MQTT not connected, continuing in standalone mode\n");
|
||||
mqtt_connected_user_callback();
|
||||
lcd_send_stop_bit();
|
||||
}
|
||||
lcd_send_stop_bit();
|
||||
|
|
Loading…
Reference in New Issue