Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ufs serve fix - makes it work better on esp32cam (ai thinker style) #21486

Merged
merged 2 commits into from
May 24, 2024

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    fb7905c View commit details
    Browse the repository at this point in the history
  2. update UFSServe function to be like download function.

    This removes the use of server.streamFile, and provides a much more reliable download.
    Make UFSServe always use this function, regardless of auth requirement.  (i.e. no use of the original in the original class, as it still uses streaming.)
    Note that UFSServe is enab;ed with #define UFILESYS_STATIC_SERVING
    btsimonh committed May 24, 2024
    Configuration menu
    Copy the full SHA
    559e73a View commit details
    Browse the repository at this point in the history