Skip to content

Commit 0c4e061

Browse files
committed
Fix comment formatting
1 parent 005a43b commit 0c4e061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Everywhere/WebServer.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,7 @@ bool webServerAssignResources(int httpPort = 80)
834834
}
835835
createSettingsString(settingsCSV);
836836

837-
//
838-
https: // github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
837+
/* https://github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino */
839838

840839
webServer = new WebServer(httpPort);
841840
if (!webServer)

0 commit comments

Comments
 (0)