mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +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
|
// wait for the esp to restart
|
||||||
const delay = new Promise((resolve) =>
|
const delay = new Promise((resolve) =>
|
||||||
setTimeout(() => resolve(), 500)
|
setTimeout(() => resolve(), 5000)
|
||||||
);
|
);
|
||||||
await delay;
|
await delay;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue