-
Subscribe to this issue and stay notified about new [daily trending repos in c](https://github.com/trending/c?since=daily).
-
Hi,
I'm trying to use this package in order to run an HTTP Server (Microdot) concurrently with other tasks on Raspberry Pico W.
It's failing for me with:
```
Traceback (most recent call last):
…
-
Is there a reason for limiting reserved data lenght to 127 bytes? Maybe the reason is behind esp32 side of esptouch V2? My app would need to send about twice amount of data, otherwise I need to run w…
-
It would be good to have an internal crash prevention for asynctcp library as well.
I would appreciate any hints to solve such crashes-and have stable tcp lib also.
```
assert failed: tcp_update_…
-
Async Demo will not compile. There is no way I could find to eliminate the conflicts. I changed the order of include files many different ways. This will not build!
C:\Users\markeby\AppData\Lo…
-
-->
In file included from C:\.local\desktop\treadmill\esp32-treadmill-ctrl\vfb.cpp:15:
c:\Users\schae\OneDrive\Documents\Arduino\libraries\GPIOViewer\src/gpio_viewer.h:11:10: fatal error: ESPAsyncWe…
-
server.serveStatic("/", SD, "/")->setFilter(ON_STA_FILTER); // request is "/sd" (mountpoint of sd) i use "/" root filesystem
^^^
error 404
server.serveStatic("/fa…
-
Here is my code
```
#include
#include "HomeSpan.h"
AsyncWebServer server(80); // Or any other port
void setup() {}
void loop() {}
```
After uploading it successfully to my ESP32 C3 Su…
-
I was trying out this great firmware, but after first omitting the `ota:` part (due to using an older esphome), i soft bricked my device. However, regardless on how i configure ota, i cannot update my…
-
I have a class which has a `WebServer webServer` member, as well as a setup function, in which I declare the handlers, including one for testing the camera, as follows.
```cpp
webServer.on("/pho…