mp-se / gravitymon

iSpindle replacement firmware for beer brewing/fermenting
MIT License
55 stars 12 forks source link

Move to async webserver to speed up UI #137

Closed mp-se closed 11 months ago

mp-se commented 1 year ago

Switch to the async webserver in order to speed up the UI.

mp-se commented 1 year ago

Will require some rework so I push this to next release.

mp-se commented 1 year ago

The following features will need a redesign:

Reason: Watchdog is not reset during async calls so functions that consume a lot of time will cause a reset. These features needs to be handled via the main loop and async polling via the html UI.

mp-se commented 1 year ago

Closing this for now. Will not be implemented at this stage, will do that as part of a larger refactoring

mp-se commented 11 months ago

Done in 1.4 except for wifi manager