From 8f56efefd5b4929faf1177e8047861c9fd96274b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 15 Mar 2021 23:47:39 +0000 Subject: [PATCH] Update 'src/config.h-Example' --- src/config.h-Example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h-Example b/src/config.h-Example index b5b7698..e10b44d 100644 --- a/src/config.h-Example +++ b/src/config.h-Example @@ -33,4 +33,4 @@ IPAddress dns(1,1,1,1); //Temprature Custom Mqtt topic #define CONFIG_MQTT_Temp_TOPIC "EST-C//Temp" //Humidity Custom Mqtt topi -#define CONFIG_MQTT_Hum_TOPIC "EST-C//Temp" \ No newline at end of file +#define CONFIG_MQTT_Hum_TOPIC "EST-C//Hum" \ No newline at end of file