1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

IPv6 on esp8266-nonos-sdk and arduino (#5136)

This commit is contained in:
david gauchard
2018-11-27 23:07:47 +01:00
committed by GitHub
parent a501d3ca3b
commit 5c4db3acf4
59 changed files with 1270 additions and 809 deletions

View File

@ -2378,7 +2378,7 @@
* LWIP_IPV6==1: Enable IPv6
*/
#if !defined LWIP_IPV6 || defined __DOXYGEN__
#define LWIP_IPV6 0
#error LWIP_IPV6 must be defined
#endif
/**
@ -3531,7 +3531,7 @@
*/
#ifndef LWIP_FEATURES
#error LWIP_FEATURES is not defined
#error LWIP_FEATURES must be defined
#endif
/*