mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Adjust serial port fetch interval
This commit is contained in:
parent
11d55fec4f
commit
b799d2df7f
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@
|
|||
inst._setSelectedStates();
|
||||
return inst.getSelectedValues()[0];
|
||||
};
|
||||
setInterval(fetchSerialPorts, 2500);
|
||||
setInterval(fetchSerialPorts, 5000);
|
||||
fetchSerialPorts(true);
|
||||
|
||||
const logsModalElem = document.getElementById("modal-logs");
|
||||
|
|
Loading…
Reference in a new issue