scottchiefbaker / ESP-WebOTA

Simple web based Over-the-Air (OTA) updates for ESP based projects
MIT License
283 stars 38 forks source link

Is there a way to auto-reset? #7

Closed bluegizmo83 closed 4 years ago

bluegizmo83 commented 4 years ago

Is there a way to make the ESP32 automatically reset after uploading a file via the OTA webpage?

The uploading is working great, but the ESP32 doesn't automatically reboot for the new binary to take effect, which kind of defeats the purpose of OTA uploads for me as I hoped I could make changes to the firmware once I placed the ESP32 somewhere out of reach...

bluegizmo83 commented 4 years ago

Edit: NEVERMIND. Auto- Rebooting is working fine, I'm dumb lol.