We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8acc44 commit ddb17c6Copy full SHA for ddb17c6
src/TimeClient.h
@@ -33,7 +33,7 @@ class TimeClient {
33
private:
34
float myUtcOffset = 0;
35
long localEpoc = 0;
36
- long localMillisAtUpdate;
+ unsigned long localMillisAtUpdate;
37
38
const char* ntpServerName = "time.nist.gov";
39
unsigned int localPort = 2390;
src/WorldClockClient.h
@@ -33,8 +33,8 @@ See more at http://blog.squix.ch
class WorldClockClient: public JsonListener {
- long millisOfDayAtUpdate = 0;
+ unsigned long millisOfDayAtUpdate = 0;
boolean isHeader = true;
String currentKey = "";
40
String myLanguage;
0 commit comments