Skip to content

0.2.0 - Allow explicit polling instead of just serve_forever() loop

Compare
Choose a tag to compare
@dhalbert dhalbert released this 06 Jul 00:58
· 344 commits to main since this release
142c97d

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-httpserver.

Read the docs for info on how to use it.

What's Changed

  • Split serve_forever to allow polling in loop and add another example with polling in while loop. by @karlfl in #7

New Contributors

  • @karlfl made their first contribution in #7

Full Changelog: 0.1.4...0.2.0