File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
3
3
before_install :
4
4
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5
5
install :
6
- - arduino --install-library "Adafruit FONA Library,Adafruit CC3000 Library"
6
+ - arduino --install-library "Adafruit FONA Library,Adafruit MQTT Library"
7
7
script :
8
8
- build_main_platforms
9
9
notifications :
Original file line number Diff line number Diff line change 19
19
#include " AdafruitIO_Data.h"
20
20
21
21
#ifndef ADAFRUIT_MQTT_VERSION_MAJOR
22
- #error "This sketch requires Adafruit MQTT Library v0.15 .0 or higher. Please install or upgrade using the Library Manager."
22
+ #error "This sketch requires Adafruit MQTT Library v0.16 .0 or higher. Please install or upgrade using the Library Manager."
23
23
#endif
24
24
25
- #if ADAFRUIT_MQTT_VERSION_MAJOR == 0 && ADAFRUIT_MQTT_VERSION_MINOR < 15
26
- #error "This sketch requires Adafruit MQTT Library v0.15 .0 or higher. Please install or upgrade using the Library Manager."
25
+ #if ADAFRUIT_MQTT_VERSION_MAJOR == 0 && ADAFRUIT_MQTT_VERSION_MINOR < 16
26
+ #error "This sketch requires Adafruit MQTT Library v0.16 .0 or higher. Please install or upgrade using the Library Manager."
27
27
#endif
28
28
29
29
class AdafruitIO {
You can’t perform that action at this time.
0 commit comments