This commit is contained in:
cschwinne 2019-11-20 00:47:43 +01:00
parent 006a9eaf44
commit 6b419dbfc0
5 changed files with 7 additions and 8 deletions

View File

@ -31,7 +31,7 @@ lib_deps_external =
FastLED@3.3.2
NeoPixelBus@2.5.1
ESPAsyncTCP@1.2.0
ESPAsyncUDP@1.1.0
ESPAsyncUDP
AsyncTCP@1.0.3
Esp Async WebServer@1.2.0
#ArduinoJson@5.13.5
@ -161,4 +161,5 @@ build_flags =
lib_deps =
${common.lib_deps_external}
lib_ignore =
IRremoteESP8266
IRremoteESP8266
ESPAsyncUDP

View File

@ -1 +0,0 @@
#include "TimeLib.h"

View File

@ -12,7 +12,7 @@
#include "Timezone.h"
//THIS LINE WAS ADDED FOR COMPATIBILY WITH THE WLED DEPENDENCY STRUCTURE. REMOVE IF YOU USE IT OUTSIDE OF WLED!
#include "../time/Time.h"
#include "../time/TimeLib.h"
#ifdef __AVR__
#include <avr/eeprom.h>

View File

@ -17,7 +17,7 @@
#include <WProgram.h>
#endif
#include "../time/Time.h" //http://www.arduino.cc/playground/Code/Time
#include "../time/TimeLib.h" //http://www.arduino.cc/playground/Code/Time
//convenient constants for dstRules
enum week_t {Last, First, Second, Third, Fourth};

View File

@ -3,7 +3,7 @@
*/
/*
* @title WLED project sketch
* @version 0.8.6
* @version 0.8.7-dev
* @author Christian Schwinne
*/
@ -55,7 +55,6 @@
#include <ArduinoOTA.h>
#endif
#include <SPIFFSEditor.h>
#include "src/dependencies/time/Time.h"
#include "src/dependencies/time/TimeLib.h"
#include "src/dependencies/timezone/Timezone.h"
#ifndef WLED_DISABLE_ALEXA
@ -100,7 +99,7 @@
//version code in format yymmddb (b = daily build)
#define VERSION 1911181
#define VERSION 1911201
char versionString[] = "0.8.7-dev";