This commit is contained in:
proddy
2020-07-08 19:15:30 +02:00
parent 18c5a26adf
commit 1b46274cb5

View File

@@ -122,7 +122,7 @@ class MqttSettingsService : public StatefulService<MqttSettings> {
FSPersistence<MqttSettings> _fsPersistence; FSPersistence<MqttSettings> _fsPersistence;
// Pointers to hold retained copies of the mqtt client connection strings. // Pointers to hold retained copies of the mqtt client connection strings.
// This is required as AsyncMqttClient holds refrences to the supplied connection strings. // This is required as AsyncMqttClient holds references to the supplied connection strings.
char* _retainedHost; char* _retainedHost;
char* _retainedClientId; char* _retainedClientId;
char* _retainedUsername; char* _retainedUsername;