From e5b5106f18014463d127e2d3347f9bf584cb8cce Mon Sep 17 00:00:00 2001 From: David Carley Date: Wed, 6 Oct 2021 00:02:32 -0700 Subject: [PATCH] Improved "Firmware upgrading" message. --- src/pug/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/index.pug b/src/pug/index.pug index ba7f787..8d0e389 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -179,7 +179,7 @@ html(lang="en") h3(slot="header") Firmware upgrading div(slot="body") h3 Please wait... - p Loss of power during an upgrade may damage the controller. + p This process should take less than 5 minutes. If it takes longer than this, please restart the controller and try via USB. div(slot="footer") message(v-if="popupMessages.length", :show="true")