default multiple_instances is enabled

This commit is contained in:
Proddy
2022-12-15 23:14:44 +01:00
parent ba90ebda4c
commit 1e78979ed0
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ static String generateClientId() {
#endif #endif
#ifndef FACTORY_MQTT_MULTIPLE_INSTANCES #ifndef FACTORY_MQTT_MULTIPLE_INSTANCES
#define FACTORY_MQTT_MULTIPLE_INSTANCES false #define FACTORY_MQTT_MULTIPLE_INSTANCES true
#endif #endif
class MqttSettings { class MqttSettings {

View File

@@ -223,7 +223,7 @@ mqtt_settings = {
client_id: 'ems-esp', client_id: 'ems-esp',
keep_alive: 60, keep_alive: 60,
clean_session: true, clean_session: true,
multiple_instances: false, multiple_instances: true,
publish_time_boiler: 10, publish_time_boiler: 10,
publish_time_thermostat: 10, publish_time_thermostat: 10,
publish_time_solar: 10, publish_time_solar: 10,