Skip to content

Commit

Permalink
fix reset link
Browse files Browse the repository at this point in the history
  • Loading branch information
universam1 committed Aug 8, 2023
1 parent 2295118 commit 74ffe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio/lib/WiFiManagerKT/WiFiManagerKT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ void WiFiManager::handleInfo()
page += F("<td>Close the configuration server and configuration WiFi network.</td></tr>");
page += F("<tr><td><a href='/i'>/i</a></td>");
page += F("<td>This page.</td></tr>");
page += F("<tr><td><a href='/r'>/r</a></td>");
page += F("<tr><td><a href='/reset'>/r</a></td>");
page += F("<td>Delete WiFi configuration and reboot. ESP device will not reconnect to a network until new WiFi "
"configuration data is entered.</td></tr>");
page += F("<tr><td><a href='/state'>/state</a></td>");
Expand Down

0 comments on commit 74ffe1d

Please sign in to comment.