From 6697b96495adc348a692b4e15c8bd5041c22457c Mon Sep 17 00:00:00 2001 From: Stuart Feichtinger Date: Sun, 31 Jan 2016 19:37:12 -0600 Subject: [PATCH] Tweaks --- examples/mqtt_arbitrary_buffer/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/mqtt_arbitrary_buffer/README.md b/examples/mqtt_arbitrary_buffer/README.md index 9c450be..ec7fc5f 100644 --- a/examples/mqtt_arbitrary_buffer/README.md +++ b/examples/mqtt_arbitrary_buffer/README.md @@ -2,6 +2,8 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQTT library to an MQTT feed which can then be parsed by the included python subscriber client. +--- + ### Installing and configuring Mosquitto broker (minimal working setup) ####Installing on Raspberry Pi/Linux: @@ -62,6 +64,7 @@ mosquitto_passwd pwfile TestPy #Enter and confirm password when prompted ``` --- + ### Using Example Python Subscriber: Install dependencies if haven't already