Skip to content

ESP32 OTAWebUpdater using softAP doesn't work #3076

@amiltoromagno

Description

@amiltoromagno

Board: ESP-WROOM32
Core Installation/update date: Latest
IDE: Arduino IDE
Flash Frequency: 80Mhz/40Mhz
Upload Speed: 115200
Computer OS: Windows 10

So, I'm creating a OTA update server using the OTAWebUpdater example. When I connect it to my WiFi router, it works perfectly. The problem is, if I create a softAP instead of connecting it to my WiFi, it doesn't work anymore. The browser window returns the following:

"Not found: /serverIndex".

In the code, the only changes I made were WiFi.softAP(ssid, pass) instead of WiFi.begin(ssid, pass), and I removed the "wait for connection" loop.

What should I do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions