mirror of https://github.com/arendst/Tasmota.git
Correct #if for compile time error notice
This commit is contained in:
parent
c326e9303a
commit
89ad3f1b2c
|
@ -62,7 +62,7 @@ Backlog RgxSSID rangeextender ; RgxPassword securepassword ; RgxAddress 192.168.
|
|||
#warning **** USE_WIFI_RANGE_EXTENDER is enabled ****
|
||||
|
||||
#ifdef ESP8266
|
||||
#ifdef LWIP_FEATURES
|
||||
#if LWIP_FEATURES
|
||||
// All good
|
||||
#else
|
||||
#error LWIP_FEATURES required, add "-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH" to build_flags
|
||||
|
|
Loading…
Reference in New Issue