Skip to content
New issue

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

Support MQTT retain flag on publishing. #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2017

  1. Support MQTT retain flag on publishing.

    This resolves issue adafruit#20 by allowing the user to specify the retain flag
    on the publisher object. This flag is useful for slow publishers so that
    a new subscription will immediately receive the last published message.
    patthoyts committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    8ed9b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Amended the publishPacket prototype to match the implementation.

    In changing to a bool parameter this was missed off the last commit.
    patthoyts committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    43f78c7 View commit details
    Browse the repository at this point in the history