ayushsharma82 / WebSerial

A remote terminal library for wireless microcontrollers to log, monitor or debug your firmware/product
https://webserial.pro
GNU Affero General Public License v3.0
461 stars 108 forks source link

OTA fails if WebSerial WebPage is active #21

Closed cph25 closed 2 years ago

cph25 commented 3 years ago

Thanks for providing the WebSerial solution! The issue is OTA fails if a WebSerial webpage is open. Maybe a WebSerial.stop() functionality which closes the WebUI would be sufficient. Thanks CPH

kang2k10 commented 2 years ago

You can update the firmware using AsyncElegantOTA

ayushsharma82 commented 2 years ago

This doesn't provide me with any context to give a decision. 1) Which OTA library are you using? 2) Are you mixing Webserver with Asyncwebserver? These don't go along very well.

You may reopen this issue if you are still facing this problem.