Closed sjefferson99 closed 1 month ago
For #240 and #241 we need a webserver to provide an admin interface. Issue is to investigate adding one to the async loop and see if it can be supported without first implementing MQTT.
https://randomnerdtutorials.com/raspberry-pi-pico-web-server-micropython/#raspberry-pi-pico-web-server-micropython-code
I have a webserver from another project I will integrate based on tinyweb that I know works in a similar async loop. https://github.com/sjefferson99/pico-environment-control/blob/develop/http/webserver.py
For #240 and #241 we need a webserver to provide an admin interface. Issue is to investigate adding one to the async loop and see if it can be supported without first implementing MQTT.