OPEnSLab-OSU / Nanolux

Cymaspace AudioLux Opensource code
GNU General Public License v3.0
5 stars 9 forks source link

Refactor WebServer #33

Closed davidqmora closed 1 year ago

davidqmora commented 1 year ago

The current implementation of WebServer depends on a library (WIFiWebServer) that does not cooperate well with the way we are using the ESP. This new implementation uses ESPAsyncWebServer which is a better citizen.

There seems to be a lot of code changes, but a lot of it is some reorganization of the webServer.h file, and the addition of several comments. The main impact on the code was :

Updates to the Web app will come in a separate PR.