From e95f451523f9874588e3d70dfec290a9a9fcddab Mon Sep 17 00:00:00 2001 From: Rick Watson Date: Tue, 12 Feb 2019 23:12:16 +0000 Subject: [PATCH] Add info to readme about issue with Time.h --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c343b50..df61fb6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ Microcontroller ESP8266 Frequency 80MHz Flash 4MBl +**NB: If building under Windows you need to delete .piolibdeps/Time/Time.h - due [filesystem case insensitivity](https://github.com/me-no-dev/ESPAsyncWebServer/issues/96)* + ## Configuration & Deployment Standard configuration settings, such as build flags, libraries and device configuration can be found in platformio.ini. See the [PlatformIO docs](http://docs.platformio.org/en/latest/projectconf.html) for full details on what you can do with this.