Patch: include IPv6Address.h uniquement pour ESP32 (#ifdef ESP32)
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user