s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPUI + httpUpdate error

Atorcha opened this issue · comments

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):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Finally I could it with ESP32FOTA library

https://github.com/chrisjoyce911/esp32FOTA

I think that library is perfect for ESP32

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

I could fix it with that library