Skip to content

Async Web Server for ESP8266 and ESP32 with patch for ESP32C3

Notifications You must be signed in to change notification settings

NotCherry/ESPAsyncWebServer_ESP32C3

 
 

Repository files navigation

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.

About

Async Web Server for ESP8266 and ESP32 with patch for ESP32C3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • HTML 7.3%
  • Other 0.8%