mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merge pull request #12814 from sillyfrog/range-extender-upstream
Correct #if for compile time error notice in range_extender
This commit is contained in:
commit
f29312415e
@ -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…
x
Reference in New Issue
Block a user