You've already forked Adafruit_MQTT_Library
							
							
				mirror of
				https://github.com/adafruit/Adafruit_MQTT_Library.git
				synced 2025-11-03 11:53:11 +03:00 
			
		
		
		
	Tweak
This commit is contained in:
		@@ -6,7 +6,7 @@ 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
 | 
					```bash
 | 
				
			||||||
sudo apt-get install mosquitto
 | 
					sudo apt-get install mosquitto
 | 
				
			||||||
@@ -14,7 +14,7 @@ cd /etc/mosquitto/
 | 
				
			|||||||
#See "Both" Setup Instructions Below
 | 
					#See "Both" Setup Instructions Below
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
####__Installing On a Mac:__
 | 
					####_Installing On a Mac:_
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
brew install mosquitto
 | 
					brew install mosquitto
 | 
				
			||||||
cd /usr/local/etc/mosquitto
 | 
					cd /usr/local/etc/mosquitto
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user