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 
			
		
		
		
	bump
This commit is contained in:
		@@ -70,10 +70,8 @@ Adafruit_MQTT_Subscribe onoffbutton = Adafruit_MQTT_Subscribe(&mqtt, ONOFF_FEED)
 | 
			
		||||
#define LEDPIN 13
 | 
			
		||||
 | 
			
		||||
void setup() {
 | 
			
		||||
  pinMode(WINC_EN, OUTPUT);
 | 
			
		||||
  digitalWrite(WINC_EN, HIGH);
 | 
			
		||||
  
 | 
			
		||||
  //while (!Serial);
 | 
			
		||||
 | 
			
		||||
  while (!Serial);
 | 
			
		||||
  Serial.begin(115200);
 | 
			
		||||
 | 
			
		||||
  Serial.println(F("Adafruit MQTT demo for WINC1500"));
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
name=Adafruit MQTT Library
 | 
			
		||||
version=0.12.1
 | 
			
		||||
version=0.12.2
 | 
			
		||||
author=Adafruit
 | 
			
		||||
maintainer=Adafruit <info@adafruit.com>
 | 
			
		||||
sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user