Fix PIO (#92)
This commit is contained in:
parent
006a9eaf44
commit
6b419dbfc0
@ -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
|
@ -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>
|
||||
|
@ -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};
|
||||
|
@ -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";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user