From a74a1a974bd896a18a43ee412eab21c8e37c462b Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 4 Oct 2025 05:26:34 -0400 Subject: [PATCH] esp32 temperature node --- .../main/hello_world_main.c | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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 c3d2dd7b0..2314872c1 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -1,9 +1,10 @@ +/* ESP32 Temperature Node -/* ESP32 Module I2C Master Device + BME280 I2C Slave Device Author: Alexander Bobkov - Date: July 3, 2024 - Modified: July 9, 2024 + Date: October 4, 2025 + Modified: October 4, 2025 Adopted from i2c - Simple example @@ -71,14 +72,4 @@ void app_main(void) vTaskDelay(2000/portTICK_PERIOD_MS); } -} - -/* -#include -#include "esp_log.h" - -void app_main(void) -{ - -} -*/ \ No newline at end of file +} \ No newline at end of file