From 76185fb099b1cbe3b0c52155677d38b3940cc934 Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Wed, 15 Jul 2015 12:08:44 -0400 Subject: [PATCH] adds fona lib to travis dependencies --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc129ac..546d220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/package_esp8266com_index.json" --save-prefs - arduino --install-boards esp8266:esp8266 > /dev/null - arduino --install-boards arduino:sam > /dev/null - - arduino --install-library "Adafruit SleepyDog Library" + - arduino --install-library "Adafruit SleepyDog Library,Adafruit FONA Library" script: - arduino --board arduino:avr:uno --save-prefs - arduino --verify $PWD/examples/mqtt_cc3k/mqtt_cc3k.ino diff --git a/README.md b/README.md index 1807c8c..f289eb0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ publish and subscribe to feeds. Note that this does not support the full MQTT spec but is intended to support enough for QoS 0 and 1 publishing. Depends on the following other libraries depending on the target platform: - - - [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog), watchdog + + - [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog), watchdog library used by FONA and CC3000 code for reliability. - [Adafruit CC3000](https://github.com/adafruit/Adafruit_CC3000_Library), required