1 Commits

Author SHA1 Message Date
Clément SAILLANT 63d953d72c Patch: include IPv6Address.h uniquement pour ESP32 (#ifdef ESP32) 2026-02-18 15:41:43 +01:00
+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"