From df72445e79099b08eb1e3b9731fa22fab00e67cd Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 16 Feb 2024 22:45:32 +0100 Subject: [PATCH] show note a bit longer --- sd-card/html/edit_config_param_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-card/html/edit_config_param_template.html b/sd-card/html/edit_config_param_template.html index 5db9f010..02293b80 100644 --- a/sd-card/html/edit_config_param_template.html +++ b/sd-card/html/edit_config_param_template.html @@ -2551,7 +2551,7 @@ function saveTextAsFile() { firework.launch('Configuration saved. It will get applied after the next reboot!', 'success', 5000); if (changeCamValue == 1) { - firework.launch('You have changed the camera settings, so creating a new reference image and updating the alignment marks is mandatory!', 'success', 5000); + firework.launch('You have changed the camera settings, so creating a new reference image and updating the alignment marks is mandatory!', 'success', 10000); } } }