From 7f140f04da136b6ef48ea8f15c1adab48c794342 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Wed, 2 Nov 2016 13:00:16 -0400 Subject: [PATCH] fix MotionMote CI attempt --- .travis.yml | 3 ++- Examples/MotionMote/MotionMote.ino | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c017a02..66fc0bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,9 @@ install: # http://platformio.org/#!/lib/show/531/WirelessHEX69 # http://platformio.org/#!/lib/show/532/BMP180 # http://platformio.org/#!/lib/show/536/Si7021 + # http://platformio.org/#!/lib/show/684/Sparkfun BME280 - - platformio lib install 7 38 125 131 136 176 531 532 536 + - platformio lib install 7 38 125 131 136 176 531 532 536 684 #- wget https://bitbucket.org/fmalpartida/st7036-display-driver/downloads/LCD_%20ST7036_v1.2.0.zip -O /tmp/st7036_source.zip #- unzip /tmp/st7036_source.zip -d /tmp/ diff --git a/Examples/MotionMote/MotionMote.ino b/Examples/MotionMote/MotionMote.ino index 7e4f684..a4aeb53 100644 --- a/Examples/MotionMote/MotionMote.ino +++ b/Examples/MotionMote/MotionMote.ino @@ -39,7 +39,7 @@ #include //get library from: https://github.com/lowpowerlab/lowpower //writeup here: http://www.rocketscream.com/blog/2011/07/04/lightweight-low-power-arduino-library/ #include //get it here: https://www.github.com/lowpowerlab/spiflash -//#include //get it here: https://github.com/sparkfun/SparkFun_BME280_Breakout_Board/tree/master/Libraries/Arduino/src +#include //get it here: https://github.com/sparkfun/SparkFun_BME280_Breakout_Board/tree/master/Libraries/Arduino/src #include //comes with Arduino //*********************************************************************************************