From 367a8aa8f71358d35fc25df48decda85fbed0c59 Mon Sep 17 00:00:00 2001 From: Jochen Kiemes Date: Mon, 19 Aug 2024 23:26:16 +0200 Subject: [PATCH] fix build on espressif v4.4.0 version --- src/fas_arch/common_esp32.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fas_arch/common_esp32.h b/src/fas_arch/common_esp32.h index b26ecf3..6163d0c 100644 --- a/src/fas_arch/common_esp32.h +++ b/src/fas_arch/common_esp32.h @@ -93,7 +93,11 @@ #error "Not supported" #elif ESP_IDF_VERSION_MAJOR == 4 + +#if ESP_IDF_VERSION_MINOR == 4 #define __ESP32_IDF_V44__ +#endif + #include #include