Updated release notes and error message

This commit is contained in:
Magnus Persson
2022-08-01 21:25:21 +02:00
parent 6db6e96d90
commit 99d577d4a0
3 changed files with 13 additions and 10 deletions

View File

@ -135,7 +135,7 @@
showError("Upload failed");
},
success: function(resp) {
showSuccess("Upload completed, device is restarting. Waiting 10 seconds to refresh browser.");
showSuccess("Upload completed, device is restarting. Waiting 10 seconds to refresh browser. If you don't get any gyro readings after update, please press the reset button!");
setTimeout(() => {
window.location = "/";
}, 10000);