Files
espurna/code/espurna/ota_basicweb.cpp
Maxim Prokhorov ef604ea848 api: workaround for espasyncwebserver vs. esp8266webserver includes
When building single source, enums for HTTP status codes have a name conflict.
ESP8266WebServer is included only in the OTA_WEB_SUPPORT=1 and WEB_SUPPORT=0,
so guard by checking for WEB_SUPPORT before including anything related to the async variant.
2021-09-03 15:23:19 +03:00

4.5 KiB