Decrease update webui refresh to 5 seconds

Decrease update webui refresh to 5 seconds
This commit is contained in:
andrethomas 2018-11-24 13:00:45 +02:00 committed by GitHub
parent a6983d52f7
commit ef4e2b297c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ const char HTTP_SCRIPT_WIFI[] PROGMEM =
"}";
const char HTTP_SCRIPT_RELOAD[] PROGMEM =
"setTimeout(function(){location.href='.';},10000);"
"setTimeout(function(){location.href='.';},5000);"
"</script>";
// Local OTA upgrade requires more time to complete cp: before web ui should be reloaded