-
Hi,
I am using an esp8266 with asyncwebserver as an iot device. Additionally I am using OTA flashing, a NTP client to get time information and an http client to get weather information.
After bootin…
-
I combined two working examples, WiFiManager and AsyncElegantOTA, producing one app that panic’s the core. Is there a combability issue or my coding. Two great features should play well together. Othe…
-
### CHANGELOG v3.3
- Улучшена работа парсеров
- Улучшены встроенные JS скрипты
- Префикс макросов сокращён с GP_MAKE_ до M_, подсветка синтаксиса заменена на жирную
- GP_EDGES заменён на GP_JUSTIF…
-
how to change custom logo instead of ElegantOTA logo...Please help me
-
I used the esp8266 demo as offered, only entering my wifi credentials.
Webserver loads fine. /update takes me to the update page. I navigate to the bin file for upload and click open.
The tas…
-
Could you add some functionality to allow us to skip the elegant web page where we already know the bin file path and name, a "batch" update mode. We can then can trigger the update when our applicat…
-
Hi.
is it possible to have ESP32 UI combined with OTA Updates?
If so, does someone have n example on how to do it?
Thanks!
-
After upgrade from version 2.2.4 to 2.2.5 OTA not working.
Board is esp32 DOIT devkit v1. Server is responsing, but on the page is only ElegantOTA header, no checkbox firmware, no checkbox filesystem…
-
### Describe the bug
when wifiManager.setSTAStaticIPConfig(_ip, _gw, _sn); //is active in program
if (client.connect(server_na_koji_se_spaja, 27015)){ // give error
[E][WiFiGeneric.cpp:739] hostB…
-
Hi! I noticed that the global variable `ElegantOtaClass ElegantOTA` is declared and implemented in the header file. Implementing such variable in the header basically forces the user to include it in …