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:
@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user