Skip to content

5.0.0 - BREAKING - ESP32S2 (Native Networking) and CPython

Compare
Choose a tag to compare
@brentru brentru released this 03 Feb 15:14
99a6099
  • Adds compatibility and examples for ESP32-S2 and "Native Networking"
  • Adds compatibility and examples for usage with CPython
  • Provides backwards-compatible "legacy" support for ESP32SPI, Ethernet socket interface.
  • Removes dependency for Adafruit_CircuitPython_Logging to be installed, a logger may be passed into a MQTT object.
  • Adds a username_pw_set method to dynamically set username and password outside of client initialization.
  • Reorganizes examples into folders, categorized by network interface
  • connect() may now accept a keepalive time
  • loop() may now accept a timeout in seconds.

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.