mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
increased delay between submitting and reloading the config
This commit is contained in:
parent
fcb3741fed
commit
ecfa24a2d7
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export async function updateConfig(fetchOptions) {
|
|||
|
||||
// wait for the esp to restart
|
||||
const delay = new Promise((resolve) =>
|
||||
setTimeout(() => resolve(), 500)
|
||||
setTimeout(() => resolve(), 5000)
|
||||
);
|
||||
await delay;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue