diff --git a/firmware/esp32/overland-controller/overland-controller.ino b/firmware/esp32/overland-controller/overland-controller.ino index 0bf31da..fcf188d 100644 --- a/firmware/esp32/overland-controller/overland-controller.ino +++ b/firmware/esp32/overland-controller/overland-controller.ino @@ -4111,6 +4111,7 @@ void setup() { lastStaReconnectAttempt = millis() - STA_RECONNECT_INTERVAL_MS; server.on("/", HTTP_GET, []() { + Serial.println("HTTP GET /"); #if LILYGO_BRINGUP_MINIMAL_WEB server.send(200, "text/html", "
" @@ -4126,6 +4127,32 @@ void setup() { server.on("/ota", HTTP_GET, handleOtaPage); server.on(API_V1("/system/ota"), HTTP_POST, handleOtaUploadDone, handleOtaUploadStream); + + server.on("/generate_204", HTTP_GET, []() { + Serial.println("HTTP captive probe /generate_204"); + server.send(204, "text/plain", ""); + }); + server.on("/gen_204", HTTP_GET, []() { + Serial.println("HTTP captive probe /gen_204"); + server.send(204, "text/plain", ""); + }); + server.on("/hotspot-detect.html", HTTP_GET, []() { + Serial.println("HTTP captive probe /hotspot-detect.html"); + server.send(200, "text/html", "