We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example MQTT code, and simpletest fail when the MQTT client object's set_socket is called as MQTT.set_socket(socket, esp).
simpletest
set_socket
MQTT.set_socket(socket, esp)
The file inclusion path (https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/releases/tag/3.1.1) has to be modified in the examples to reflect the updated MiniMQTT library directory: import adafruit_minimqtt.adafruit_minimqtt as MQTT
import adafruit_minimqtt.adafruit_minimqtt as MQTT
The text was updated successfully, but these errors were encountered:
brentru
No branches or pull requests
Example MQTT code, and
simpletest
fail when the MQTT client object'sset_socket
is called asMQTT.set_socket(socket, esp)
.The file inclusion path (https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/releases/tag/3.1.1) has to be modified in the examples to reflect the updated MiniMQTT library directory:
import adafruit_minimqtt.adafruit_minimqtt as MQTT
The text was updated successfully, but these errors were encountered: