mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
mqtt clean session default off #441
This commit is contained in:
@@ -50,7 +50,7 @@ static String generateClientId() {
|
||||
#endif
|
||||
|
||||
#ifndef FACTORY_MQTT_CLEAN_SESSION
|
||||
#define FACTORY_MQTT_CLEAN_SESSION true
|
||||
#define FACTORY_MQTT_CLEAN_SESSION false
|
||||
#endif
|
||||
|
||||
#ifndef FACTORY_MQTT_MAX_TOPIC_LENGTH
|
||||
|
||||
Reference in New Issue
Block a user