From 21ee3569e13782a2782f23d58c8a72a7aef9520e Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 4 Oct 2025 02:38:40 -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 3d2d0b7e9..dfdea7312 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -46,6 +46,6 @@ i2c_config_t conf = { void app_main(void) { - i2c_bus = i2c_bus_create(I2C_MASTER_NUM, &conf); + i2c_bus = i2c_bus_create(0, &conf); } \ No newline at end of file