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

Example WebServer WebServer.ino does not redirect when index.htm does not exist #9142

Merged
merged 3 commits into from
Jun 15, 2024

Commits on May 20, 2024

  1. Update WebServer.ino to fix esp8266#9141

    The redirect URL was wrong, must be "/$upload.htm".
    mathertel authored May 20, 2024
    Configuration menu
    Copy the full SHA
    af5427a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Now `handleRedirect` is explained correctly.
    mathertel authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c0b53c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    c5e393d View commit details
    Browse the repository at this point in the history