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

ElegantOTA and ESPUI

aiotech-pub opened this issue · comments

I have just written a test application using ESPUI and ElegantOTA together but using 2 different web servers, one running on port 80 and the other on port 8080. In my understanding ElegantOTA does not start the web server, instead it uses a web server used by the application and already running. So. it would be very useful a method on ESPUI class returning a pointer to the web server instance already started. I am quite sure it would work