adds fona lib to travis dependencies

This commit is contained in:
Todd Treece 2015-07-15 12:08:44 -04:00
parent e27e563d10
commit 76185fb099
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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