Merge pull request #12814 from sillyfrog/range-extender-upstream

Correct #if for compile time error notice in range_extender
This commit is contained in:
Theo Arends 2021-08-02 15:23:55 +02:00 committed by GitHub
commit f29312415e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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