From 068744b6816559185415e68a28fd2399ab52f433 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sat, 13 Dec 2025 15:01:14 +0100 Subject: [PATCH] config check --- src/core/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/system.h b/src/core/system.h index a265c65c5..635d8a59f 100644 --- a/src/core/system.h +++ b/src/core/system.h @@ -37,7 +37,7 @@ #include #include -#if defined(CONFIG_IDF_TARGET_ESP32) +#if CONFIG_IDF_TARGET_ESP32 // there is no official API available on the original ESP32 extern "C" { uint8_t temprature_sens_read();