mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Force app reload for all clients detecting a firmware update.
This commit is contained in:
parent
96b88ffa19
commit
912b9d56f3
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -4114,6 +4114,7 @@ class Firmware {
|
|||
div.style.color = 'red';
|
||||
div.innerHTML = `Updating ${file} to ${prog.ver} ${pct}%`;
|
||||
}
|
||||
general.reloadApp = true;
|
||||
let git = document.getElementById('divGitInstall');
|
||||
if (git) {
|
||||
// Update the status on the client that started the install.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue