From 64618b33159ef63f8d683ac5887f647478b94663 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Mon, 21 Nov 2016 16:48:45 -0500 Subject: [PATCH] ci lib-dep specificity test --- Examples/TxRxBlinky/TxRxBlinky.ino | 1 - library.json | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/TxRxBlinky/TxRxBlinky.ino b/Examples/TxRxBlinky/TxRxBlinky.ino index 02c2bf2..7f8f02f 100644 --- a/Examples/TxRxBlinky/TxRxBlinky.ino +++ b/Examples/TxRxBlinky/TxRxBlinky.ino @@ -47,7 +47,6 @@ // ********************************************************************************** #include //get it here: https://www.github.com/lowpowerlab/rfm69 #include //get it here: https://github.com/lowpowerlab/RFM69 -#include //get it here: https://github.com/lowpowerlab/spiflash #include //included with Arduino IDE (www.arduino.cc) #include //get library from: https://github.com/lowpowerlab/lowpower diff --git a/library.json b/library.json index 6d6d890..f2899ff 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,8 @@ "dependencies": [ { - "name": "SPIFlash" + "name": "SPIFlash", + "authors": "Felix Rusu" } ] } \ No newline at end of file