add mqtt connected callback
This commit is contained in:
parent
b5a7384d0f
commit
7b14acfa18
3 changed files with 6 additions and 0 deletions
|
@ -370,6 +370,7 @@ void mqtt_connect()
|
|||
{
|
||||
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…
Add table
Add a link
Reference in a new issue