From 67ceeeeab1af01041619553104a3d5aaac6af2fb Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Fri, 26 Aug 2016 15:31:03 -0400 Subject: [PATCH] fix CI --- Examples/MotionMote/MotionMote.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/MotionMote/MotionMote.ino b/Examples/MotionMote/MotionMote.ino index a4aeb53..7e4f684 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 //*********************************************************************************************