File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class CaptiveRequestHandler : public AsyncWebHandler {
23
23
void handleRequest (AsyncWebServerRequest* request) {
24
24
AsyncResponseStream* response = request->beginResponseStream (" text/html" );
25
25
response->print (" <!DOCTYPE html><html><head><title>Captive Portal</title></head><body>" );
26
- response->print (" <p>This is out captive portal front page.</p>" );
26
+ response->print (" <p>This is our captive portal front page.</p>" );
27
27
response->printf (" <p>You were trying to reach: http://%s%s</p>" , request->host ().c_str (), request->url ().c_str ());
28
28
#ifndef CONFIG_IDF_TARGET_ESP32H2
29
29
response->printf (" <p>Try opening <a href='http://%s'>this link</a> instead</p>" , WiFi.softAPIP ().toString ().c_str ());
You can’t perform that action at this time.
0 commit comments