Bump to 1.3.0

This commit is contained in:
Terrence
2025-02-24 14:41:34 +08:00
parent c08a1a5310
commit a23a88cc5d
14 changed files with 84 additions and 22 deletions

View File

@@ -46,6 +46,9 @@ bool MqttProtocol::StartMqttClient() {
if (endpoint_.empty()) {
ESP_LOGE(TAG, "MQTT endpoint is not specified");
if (on_network_error_ != nullptr) {
on_network_error_(Lang::Strings::UNABLE_TO_CONNECT_TO_SERVICE);
}
return false;
}