From 1715b653e422fce9bb01b76da08fc49cab6fa3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 11 Jan 2017 14:25:16 +0100 Subject: [PATCH] Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines --- code/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/platformio.ini b/code/platformio.ini index 94bfd8b2..38c254c0 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -7,7 +7,7 @@ data_dir = espurna/data lib_deps = DHT sensor library Adafruit Unified Sensor - Time + https://github.com/xoseperez/Time ArduinoJson ESPAsyncTCP ESPAsyncWebServer