s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

ESPUI + httpUpdate error #281

Closed Atorcha closed 7 months ago

Atorcha commented 8 months ago

Describe the bug When I try to use the library httUpdate to keep my project updated I get an error. Sometimes it stopped whenit downloaded a bit of file sometimesit stopped the downlad with an error Captura de pantalla 2024-01-03 224327

Captura de pantalla 2024-01-03 224355 The second Is the maximum file I get

the code is in: https://github.com/AnakinSpain/Anakino_Aquarium_ESPUI/tree/main

Expected behavior It should be download the file and install it.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Atorcha commented 8 months ago

Finally I could it with ESP32FOTA library

https://github.com/chrisjoyce911/esp32FOTA

I think that library is perfect for ESP32

MartinMueller2003 commented 8 months ago

ESPUI does not do anything specific for OTA. I am not sure this should be a ticket in this project.

Atorcha commented 7 months ago

I could fix it with that library