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
#ifndef FACTORY_MQTT_MULTIPLE_INSTANCES
#define FACTORY_MQTT_MULTIPLE_INSTANCES false
#define FACTORY_MQTT_MULTIPLE_INSTANCES true
#endif
class MqttSettings {