fadushin / esp8266

This repository contains source code for the ESP8266.
BSD 2-Clause "Simplified" License
73 stars 22 forks source link

uhttpd server runs in the background - How ? #6

Closed bmsleight closed 6 years ago

bmsleight commented 7 years ago

Love this code.

I think this is a silly question.... I have uhttpd running via Frozen Bytecode. Re: "Once started, the uhttpd server runs in the background, so that the ESP8266 can do other task"

When I run the Basic Usage example; server.run() I can not see how uhttpd server runs in the background. I am missing something obvious ?

fadushin commented 7 years ago

Sorry, the docs are wrong. There was a time you could do this, but since we moved to asyncio, we cannot (or I have not investigated the time to seeing if we can). I'll fix the docs.