We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a43b commit 0c4e061Copy full SHA for 0c4e061
Firmware/RTK_Everywhere/WebServer.ino
@@ -834,8 +834,7 @@ bool webServerAssignResources(int httpPort = 80)
834
}
835
createSettingsString(settingsCSV);
836
837
- //
838
- https: // github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
+ /* https://github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino */
839
840
webServer = new WebServer(httpPort);
841
if (!webServer)
0 commit comments