bump
This commit is contained in:
parent
8c8ba766c3
commit
922f87e3cc
@ -70,10 +70,8 @@ Adafruit_MQTT_Subscribe onoffbutton = Adafruit_MQTT_Subscribe(&mqtt, ONOFF_FEED)
|
|||||||
#define LEDPIN 13
|
#define LEDPIN 13
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
pinMode(WINC_EN, OUTPUT);
|
|
||||||
digitalWrite(WINC_EN, HIGH);
|
|
||||||
|
|
||||||
//while (!Serial);
|
while (!Serial);
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
|
||||||
Serial.println(F("Adafruit MQTT demo for WINC1500"));
|
Serial.println(F("Adafruit MQTT demo for WINC1500"));
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=Adafruit MQTT Library
|
name=Adafruit MQTT Library
|
||||||
version=0.12.1
|
version=0.12.2
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user