Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA not work #23

Open
carlobs opened this issue Apr 23, 2024 · 1 comment
Open

OTA not work #23

carlobs opened this issue Apr 23, 2024 · 1 comment

Comments

@carlobs
Copy link

carlobs commented Apr 23, 2024

I'm trying to use OTA with "ESP32 Dev Module" and PSRAM enable, but when click on Update, the ESP32Cam restart withot messages....
no solution for me...

@carlobs
Copy link
Author

carlobs commented Apr 24, 2024

At the momente i modified the "handleOTA()" in ota.h
to reset the wifi setting to force create AccessPoint; so the WifiManager AP start with embedded OTA that work.

The Wifi Setting must be re filled obviously

void handleOTA(){
WiFi.disconnect();
WiFiManager wm;
wm.resetSettings();
ESP.restart();
delay(5000);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant