Search found 1 match

by Hakau
Tue Oct 27, 2020 4:53 pm
Forum: ESP8266 boards
Topic: Micropython question using uasyncio with ESP8266 webserver
Replies: 4
Views: 6851

Micropython question using uasyncio with ESP8266 webserver

Hi all. I am trying to build an ESP8266 device with micropython that hosts a web server and runs a process. From the hosted web site, I want a start button that triggers a process (in this case a series of events from a series of relays that would take minutes to complete). I would like the web page...