You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-09-02 06:41:16 +03:00
Formatting
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
To run the python subscriber:
|
## Using Example Python Subscriber:
|
||||||
|
|
||||||
Install dependents if haven't already
|
Install dependents if haven't already
|
||||||
```bash
|
```bash
|
||||||
@@ -15,7 +15,7 @@ Run python script with default values
|
|||||||
python subscriber.py
|
python subscriber.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Use help to list the modifiable options
|
Use help to see a list of modifiable options
|
||||||
```bash
|
```bash
|
||||||
python subscriber.py -h
|
python subscriber.py -h
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user