mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-09 16:58:12 +01:00
Fixed message
This commit is contained in:
@@ -383,7 +383,7 @@ void Main_OnEverySecond()
|
||||
MQTT_DoItemPublish(PUBLISHITEM_SELF_IP);
|
||||
}
|
||||
EventHandlers_FireEvent(CMD_EVENT_IPCHANGE, 0);
|
||||
|
||||
|
||||
Main_ScheduleHomeAssistantDiscovery(1); //Invoke Hass discovery in the next pass
|
||||
}
|
||||
}
|
||||
@@ -502,7 +502,7 @@ void Main_OnEverySecond()
|
||||
}
|
||||
}
|
||||
else {
|
||||
ADDLOGF_INFO("HA discovery is scheduled, but MQTT connection is present yet\n");
|
||||
ADDLOGF_INFO("HA discovery is scheduled, but MQTT connection is not present yet\n");
|
||||
}
|
||||
}
|
||||
if (g_openAP)
|
||||
|
||||
Reference in New Issue
Block a user