From 6fa40cb56da53a6c4aa3bd99bbdb00cf388c0a3e Mon Sep 17 00:00:00 2001 From: Leon Kiefer Date: Tue, 17 Mar 2020 14:07:37 +0100 Subject: [PATCH] removed duplicated valueAsASubject option (#569) --- main/User_config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main/User_config.h b/main/User_config.h index fcca30a1..3db90315 100644 --- a/main/User_config.h +++ b/main/User_config.h @@ -105,8 +105,6 @@ char mqtt_server[parameters_size] = "192.168.1.17"; char mqtt_port[6] = "1883"; char mqtt_topic[mqtt_topic_max_size] = Base_Topic; char gateway_name[parameters_size * 2] = Gateway_Name; -//uncomment the line below to integrate msg value into the subject when receiving -//#define valueAsASubject true /*-------------DEFINE THE MODULES YOU WANT BELOW----------------*/ //Addons and module management, uncomment the Z line corresponding to the module you want to use @@ -223,7 +221,7 @@ char gateway_name[parameters_size * 2] = Gateway_Name; #define restartCmd "restart" #define eraseCmd "erase" -// define if we concatenate the values into the topic +// uncomment the line below to integrate msg value into the subject when receiving //#define valueAsASubject true //variables to avoid duplicates