From 6d3feaf81c0eeed91b26b99c307443d70ec9bd4d Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 27 Mar 2021 10:30:15 +0100 Subject: [PATCH] MQTT base from std::string to String --- lib/framework/MqttSettingsService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/framework/MqttSettingsService.h b/lib/framework/MqttSettingsService.h index 2b6fdd471..f7e80ffba 100644 --- a/lib/framework/MqttSettingsService.h +++ b/lib/framework/MqttSettingsService.h @@ -76,7 +76,6 @@ class MqttSettings { bool enabled; String host; uint16_t port; - String base; // username and password String username; @@ -91,6 +90,7 @@ class MqttSettings { uint16_t maxTopicLength; // proddy EMS-ESP specific + String base; uint16_t publish_time_boiler; uint16_t publish_time_thermostat; uint16_t publish_time_solar;