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 
			
		
		
		
	add version constants & bump version in library.properties
This commit is contained in:
		@@ -29,6 +29,10 @@
 | 
				
			|||||||
#define strncasecmp_P(f1, f2, len) strncasecmp((f1), (f2), (len))
 | 
					#define strncasecmp_P(f1, f2, len) strncasecmp((f1), (f2), (len))
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define ADAFRUIT_MQTT_VERSION_MAJOR 0
 | 
				
			||||||
 | 
					#define ADAFRUIT_MQTT_VERSION_MINOR 15
 | 
				
			||||||
 | 
					#define ADAFRUIT_MQTT_VERSION_PATCH 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Uncomment/comment to turn on/off debug output messages.
 | 
					// Uncomment/comment to turn on/off debug output messages.
 | 
				
			||||||
//#define MQTT_DEBUG
 | 
					//#define MQTT_DEBUG
 | 
				
			||||||
// Uncomment/comment to turn on/off error output messages.
 | 
					// Uncomment/comment to turn on/off error output messages.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
name=Adafruit MQTT Library
 | 
					name=Adafruit MQTT Library
 | 
				
			||||||
version=0.14.2
 | 
					version=0.15.0
 | 
				
			||||||
author=Adafruit
 | 
					author=Adafruit
 | 
				
			||||||
maintainer=Adafruit <info@adafruit.com>
 | 
					maintainer=Adafruit <info@adafruit.com>
 | 
				
			||||||
sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.
 | 
					sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user