Skip to content

7.0.0 - Made MQTT() keyword-only

Compare
Choose a tag to compare
@tekktrik tekktrik released this 01 Dec 01:09
· 182 commits to main since this release
4c0c770

Made adafruit_minimqtt.adafruit_minimqtt.MQTT() keyword only to prevent mismatching arguments. This is an API breaking change.

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.