From 6a43091b12235da76b14d14024f0d8cdcb252308 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 4 Oct 2025 04:14:48 -0400 Subject: [PATCH] esp32 temperature node --- ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3f3ffc6af..0be7c51c6 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -45,7 +45,7 @@ i2c_config_t conf = { .sda_pullup_en = GPIO_PULLUP_ENABLE, .scl_io_num = 22, .sda_pullup_en = GPIO_PULLUP_ENABLE, - .master.clk_speed = 400000, + .master.clk_speed = 100000, .clk_flags= 0, };