From 57b5b1f3520f6ce2730b0b6ca497ced8ea410761 Mon Sep 17 00:00:00 2001 From: Tysonpower Date: Fri, 18 Jul 2025 11:24:48 +0200 Subject: [PATCH] fixed NetworkInterface.h include --- src/AsyncTCP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AsyncTCP.cpp b/src/AsyncTCP.cpp index e0408f6..07edf63 100644 --- a/src/AsyncTCP.cpp +++ b/src/AsyncTCP.cpp @@ -10,7 +10,7 @@ #ifdef ARDUINO #include #include -#if (ESP_IDF_VERSION_MAJOR >= 5) +#if (ESP_IDF_VERSION_MAJOR >= 5) && !defined(ARDUINO) #include #endif #else