Patch: include IPv6Address.h uniquement pour ESP32 (#ifdef ESP32)

This commit is contained in:
Clément SAILLANT
2026-02-18 15:41:43 +01:00
parent ef448a8a1d
commit 63d953d72c
+3 -1
View File
@@ -30,7 +30,9 @@
#include "IPAddress.h"
#if ESP_IDF_VERSION_MAJOR < 5
#include "IPv6Address.h"
#if defined(ESP32)
#include "IPv6Address.h"
#endif
#endif
#include "lwip/ip6_addr.h"
#include "lwip/ip_addr.h"