minor info page updates
* removed core restart reasons (esp restart code is sufficient) * added time info * moved repo to last line
This commit is contained in:
@@ -1227,6 +1227,9 @@ void serializeInfo(JsonObject root)
|
||||
// end WLEDMM
|
||||
|
||||
root[F("uptime")] = millis()/1000 + rolloverMillis*4294967;
|
||||
char time[48];
|
||||
getTimeString(time);
|
||||
root[F("time")] = time;
|
||||
|
||||
usermods.addToJsonInfo(root);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user