adafruit / Adafruit_CircuitPython_AzureIoT

Access to Microsoft Azure IoT device, messaging, and job services from CircuitPython!
MIT License
20 stars 15 forks source link

Updated to use topic specific subscriptions #18

Closed jimbobbennett closed 4 years ago

jimbobbennett commented 4 years ago

Based off https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/38 - this change uses the new topic specific subscriptions. This should not be merged till the miniMQTT PR is merged and released.

This is a fix for #15