From d2d5d4a887d857c813b23e4a944c8d9d4f702dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 29 Dec 2016 12:28:58 +0100 Subject: [PATCH] Using forked RemoteSwitch library with Arduino 1.0+ compatibility --- code/lib/WProgram/WProgram.h | 1 - code/platformio.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 code/lib/WProgram/WProgram.h diff --git a/code/lib/WProgram/WProgram.h b/code/lib/WProgram/WProgram.h deleted file mode 100644 index dca27d86..00000000 --- a/code/lib/WProgram/WProgram.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/code/platformio.ini b/code/platformio.ini index 7bde2bd5..d58217a1 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -21,7 +21,7 @@ lib_deps = https://bitbucket.org/xoseperez/hlw8012.git https://bitbucket.org/xoseperez/emonliteesp.git https://bitbucket.org/xoseperez/fauxmoESP.git - https://github.com/jccprj/RemoteSwitch-arduino-library + https://github.com/xoseperez/RemoteSwitch-arduino-library.git lib_ignore = FauxmoESP, ESPAsyncUDP # ------------------------------------------------------------------------------