Skip to content

Commit

Permalink
Removed TimeLib dependency
Browse files Browse the repository at this point in the history
Removed TimeLib dependency as this library is not required
  • Loading branch information
fowlerk committed Apr 12, 2017
1 parent ea3757c commit 8efb2fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions WeMos_Weather_Station_Color_OnDemandPortal_DST_11d.ino
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ Modified by DK Fowler ... 08-Apr-2017
Also, restored the original WebResource routine call to allow checking for and downloading icons that may be missing from squix's site. (
These are now normally loaded externally using the ESP8266 Sketch Data Upload tool.)
Modified by DK Fowler ... 12-Apr-2017
Removed include for TimeLib library, as there are no new dependencies on this library. The code now uses the original core time library
provided with the ESP8266 board support.
*/
#include <FS.h>
Expand Down Expand Up @@ -242,8 +246,8 @@ Modified by DK Fowler ... 08-Apr-2017
#include "settings.h"
#include <JsonListener.h>
#include <WundergroundClient.h>
#include <time.h>
#include <TimeLib.h>
#include "time.h"
//#include <TimeLib.h>

#include <DoubleResetDetector.h> //https://github.com/datacute/DoubleResetDetector
#include <simpleDSTadjust.h>
Expand Down

0 comments on commit 8efb2fc

Please sign in to comment.