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
+3 -2
View File
@@ -31,7 +31,7 @@ lib_deps_external =
[email protected]
[email protected]
[email protected]
ESPAsyncUDP@1.1.0
ESPAsyncUDP
[email protected]
Esp Async [email protected]
#[email protected]
@@ -161,4 +161,5 @@ build_flags =
lib_deps =
${common.lib_deps_external}
lib_ignore =
IRremoteESP8266
IRremoteESP8266
ESPAsyncUDP
-1
View File
@@ -1 +0,0 @@
#include "TimeLib.h"
@@ -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>
+1 -1
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};
+2 -3
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";