mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
typo
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user