Skip to content

Commit

Permalink
I forgot to include this in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmag11 committed May 1, 2017
1 parent 6e783d8 commit 658d1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NtpClientLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ class NTPClient{
protected:

bool _daylight; //Does this time zone have daylight saving?
int8_t _timeZone; //Keep track of set time zone offset
int _shortInterval; //Interval to set periodic time sync until first synchronization.
int _longInterval; //Interval to set periodic time sync
time_t _lastSyncd = 0; //Stored time of last successful sync
Expand Down

0 comments on commit 658d1ed

Please sign in to comment.