You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-27 15:01:49 +03:00
Tweak
This commit is contained in:
@ -4,9 +4,9 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
|
||||
|
||||
---
|
||||
|
||||
### Installing and configuring Mosquitto broker (minimal working setup)
|
||||
### Installing and configuring Mosquitto broker (minimal working setup):
|
||||
|
||||
####Installing on Raspberry Pi/Linux:
|
||||
####__Installing on Raspberry Pi/Linux:__
|
||||
|
||||
```bash
|
||||
sudo apt-get install mosquitto
|
||||
@ -14,7 +14,7 @@ cd /etc/mosquitto/
|
||||
#See "Both" Setup Instructions Below
|
||||
```
|
||||
|
||||
####Installing On a Mac:
|
||||
####__Installing On a Mac:__
|
||||
```bash
|
||||
brew install mosquitto
|
||||
cd /usr/local/etc/mosquitto
|
||||
|
Reference in New Issue
Block a user