mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
udp support
This commit is contained in:
@@ -149,8 +149,8 @@ String getUptimeTotal() {
|
||||
static int hrs;
|
||||
EEPROM.begin(512);
|
||||
hrs = eeGetInt(0);
|
||||
String hrsStr = prettySeconds(hrs * 60);
|
||||
//Serial.println(hrsStr);
|
||||
String hrsStr = prettySeconds(hrs * 60 * 60);
|
||||
//Serial.println(hrsStr);
|
||||
return hrsStr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user