mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
add button to force fetch NTP time
This commit is contained in:
@@ -103,7 +103,7 @@ function listCustomStats() {
|
||||
} else {
|
||||
var color = "";
|
||||
}
|
||||
l.innerHTML = obj[i].model + ", Version:" + obj[i].version + ", ProductID:" + obj[i].productid + ", DeviceID:" + obj[i].deviceid;
|
||||
l.innerHTML = obj[i].model + " (Version:" + obj[i].version + " ProductID:" + obj[i].productid + " DeviceID:0x" + obj[i].deviceid + ")";
|
||||
l.className = "list-group-item list-group-item-" + color;
|
||||
list.appendChild(l);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user