From 8e17ab1598295bd111eec6a54869dd051fa2cbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 29 Dec 2016 15:34:43 +0100 Subject: [PATCH] Using PlatformIO library manager for JustWifi, HLW8012 and FauxmoESP libraries --- code/platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/platformio.ini b/code/platformio.ini index cd09d824..b31ce449 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -16,11 +16,11 @@ lib_deps = NtpClientLib OneWire DallasTemperature - https://bitbucket.org/xoseperez/justwifi.git + JustWifi + HLW8012 + FauxmoESP https://bitbucket.org/xoseperez/nofuss.git - https://bitbucket.org/xoseperez/hlw8012.git https://bitbucket.org/xoseperez/emonliteesp.git - https://bitbucket.org/xoseperez/fauxmoESP.git https://bitbucket.org/xoseperez/debounceevent.git https://github.com/xoseperez/RemoteSwitch-arduino-library.git lib_ignore = FauxmoESP, ESPAsyncUDP