mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
default multiple_instances is enabled
This commit is contained in:
@@ -58,7 +58,7 @@ static String generateClientId() {
|
||||
#endif
|
||||
|
||||
#ifndef FACTORY_MQTT_MULTIPLE_INSTANCES
|
||||
#define FACTORY_MQTT_MULTIPLE_INSTANCES false
|
||||
#define FACTORY_MQTT_MULTIPLE_INSTANCES true
|
||||
#endif
|
||||
|
||||
class MqttSettings {
|
||||
|
||||
@@ -223,7 +223,7 @@ mqtt_settings = {
|
||||
client_id: 'ems-esp',
|
||||
keep_alive: 60,
|
||||
clean_session: true,
|
||||
multiple_instances: false,
|
||||
multiple_instances: true,
|
||||
publish_time_boiler: 10,
|
||||
publish_time_thermostat: 10,
|
||||
publish_time_solar: 10,
|
||||
|
||||
Reference in New Issue
Block a user