rzeldent / esp32cam-ready

Plug and Play firmware for the esp32cam. Connect with RTSP (for example VLC). Easy installation: Flash, provision and connect!
145 stars 24 forks source link

No request handler not found error message #7

Closed rzeldent closed 4 years ago

rzeldent commented 4 years ago

This "issue" was caused by always returning the root page even if the url was not present. This has been changed to displaying a 404 if the url is incorrect.