ESPAsyncWebServer This is fork of me-no-dev/ESP Async WebServer Changing exactly one line in AsyncWebSocket.cpp:832 from: return IPAddress(0U); to: return IPAddress((uint32_t) 0u); Fixing compile error.