-
see: https://github.com/mathieucarbou/ESPAsyncWebServer/pull/39
The beginResponse_P is only avaliable for ESP8266 at release 3.0.2
hagre updated
3 months ago
-
Throws an error during build.
```
In file included from C:/Users/xxx/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiSTA.h:29,
from C:/Users/xxx/.platfor…
-
Hi @ayushsharma82 .
Thanks for your amazing work.
I would be glad and I think also the community if you can provide an example of using your
OTA lib with the Ethernet instead that with Wifi.
One s…
-
Background: my aim is to use an ESP32CAM as a webcam using the commonly found code on the web - but to also include ElegantOTA for simple OTA updates (which brought in ESPAsyncWebServer). Ideally I wa…
-
**Describe the bug**
when I flash my ESP with the new firmware, nothing works after a few minutes. after rebooting the ESP, my entire configuration is lost (WiFi & MQTT).
the old version 0.0.6.1 d…
-
The demoe supplied with this lib will not compile with error: AsyncDemo.ino:33:10: fatal error: ESPAsyncWebServer.h: No such file or directory.
And indeed that file does not exist in this repo
-
Hello everyone!
It has been 3 years since I created this library and it has received unprecedented love from the open-source community which has been the driving force to keep enhancing this librar…
-
**Describe the bug**
When using any example code with ESP32 I get many setSocketOption() errors in the log.
The requests (expecially authentication) fails many time before to succeed.
**To Reprod…
-
Hi
Dynamic ports are in the range 49152 to 65535 which are available for user applications.
When the server is configured to use a port like 61616, which is a valid port number, ElegantOTA never l…
-
AsyncDemo:88:20: error: cannot convert 'AsyncWebServer*' to 'ESP8266WebServer*' {aka 'esp8266webserver::ESP8266WebServerTemplate*'}
88 | ElegantOTA.begin(&server); // Start ElegantOTA
…