Compare commits
2 commits
6963ea78df
...
b22d3bc8a4
| Author | SHA1 | Date | |
|---|---|---|---|
| b22d3bc8a4 | |||
| 440d8f283f |
1 changed files with 1 additions and 1 deletions
|
|
@ -364,13 +364,13 @@ void mqtt_connect()
|
||||||
publish_pwm_states();
|
publish_pwm_states();
|
||||||
publish_input_states();
|
publish_input_states();
|
||||||
publish_ac_state();
|
publish_ac_state();
|
||||||
|
mqtt_connected_user_callback();
|
||||||
standalone = false;
|
standalone = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
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…
Add table
Add a link
Reference in a new issue