Skip to content

Deprecate loop_forever, consolidate fixed_header

Compare
Choose a tag to compare
@brentru brentru released this 06 Aug 14:36
f4233d0

This release:

  • #46 Removed deprecated loop_forever method in favor of loop and allowing user-code to manage the network interface.
  • #46 Consolidates fixed_header packet initialization to one-line.
    Thanks @2bndy5!

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

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

Read the docs for info on how to use it.