Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimqtt_adafruitio_native_networking.py
The newer versions of the miniMQTT library seem to break when you put the whole key for the feed in there. `foo/feed/group.feed` no longer works ( [this breaks it](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/ece3e396ccb5504558f6b11423a96d06a6dfb5c9/adafruit_io/adafruit_io.py#L43-L54) ), but instead it needs to be just `group.feed`.