mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
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.