Sebastian Kotstein

Results 2 comments of Sebastian Kotstein

Add a `title` property to the referenced schema. Then, this title will be displayed instead of undefined.

I ran into the same issue. However, only removing/commenting `mbedtls_md5_starts_ret()` out worked in my case. If I replace `me-no-dev/ESP Async WebServer@^1.2.3` with `https://github.com/me-no-dev/ESPAsyncWebServer.git` in platformio.ini the web server could not...