adds fona lib to travis dependencies
This commit is contained in:
parent
e27e563d10
commit
76185fb099
@ -12,7 +12,7 @@ install:
|
|||||||
- arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/package_esp8266com_index.json" --save-prefs
|
- 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 esp8266:esp8266 > /dev/null
|
||||||
- arduino --install-boards arduino:sam > /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:
|
script:
|
||||||
- arduino --board arduino:avr:uno --save-prefs
|
- arduino --board arduino:avr:uno --save-prefs
|
||||||
- arduino --verify $PWD/examples/mqtt_cc3k/mqtt_cc3k.ino
|
- arduino --verify $PWD/examples/mqtt_cc3k/mqtt_cc3k.ino
|
||||||
|
@ -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.
|
spec but is intended to support enough for QoS 0 and 1 publishing.
|
||||||
|
|
||||||
Depends on the following other libraries depending on the target platform:
|
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.
|
library used by FONA and CC3000 code for reliability.
|
||||||
|
|
||||||
- [Adafruit CC3000](https://github.com/adafruit/Adafruit_CC3000_Library), required
|
- [Adafruit CC3000](https://github.com/adafruit/Adafruit_CC3000_Library), required
|
||||||
|
Loading…
Reference in New Issue
Block a user