From d7fed840e66d8b5487e2ceb0eb9406f7ff2c166f Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Tue, 7 Oct 2025 00:47:17 -0400 Subject: [PATCH] mqtt --- ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c index d6621f379..40e29d9c1 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -5,6 +5,8 @@ Author: Alexander Bobkov Date: October 4, 2025 Updated: October 7, 2025 + + TO-DO: add Wi-Fi connection for MQTT publishing Sensor device uses BME280 to measure temperature, pressure and humidity and outputs it to the serial port and publishes values to the MQTT topics.