mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 10:09:11 +03:00
use espMqttClient, qos2 fixed
This commit is contained in:
@@ -59,7 +59,7 @@ class ESP8266React {
|
||||
return &_mqttSettingsService;
|
||||
}
|
||||
|
||||
AsyncMqttClient * getMqttClient() {
|
||||
espMqttClient * getMqttClient() {
|
||||
return _mqttSettingsService.getMqttClient();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user