From 929aaad7bedcfbf61a822cc993c8fd53a733cc20 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 9 Oct 2025 23:39:43 -0400 Subject: [PATCH] . --- ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c | 1 + 1 file changed, 1 insertion(+) 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 0bd666a76..910236782 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -21,6 +21,7 @@ #include "esp_log.h" #include "i2c_bus.h" #include "bme280.h" +#include "esp_crc.h" #include "esp_netif.h" #include "esp_now.h" #include "esp_mac.h"