Compare commits

..

2 commits

Author SHA1 Message Date
b22d3bc8a4 Merge branch 'main' into cud 2023-10-03 02:35:01 +07:00
440d8f283f fix callback location bug 2023-10-03 02:34:56 +07:00

View file

@ -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();