From b799d2df7fc759fb25cfe4511bd5a7e138e76600 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 5 Jun 2018 23:19:28 +0200 Subject: [PATCH] Adjust serial port fetch interval --- esphomeyaml/dashboard/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/dashboard/templates/index.html b/esphomeyaml/dashboard/templates/index.html index b512174dec..d20d50b390 100644 --- a/esphomeyaml/dashboard/templates/index.html +++ b/esphomeyaml/dashboard/templates/index.html @@ -571,7 +571,7 @@ inst._setSelectedStates(); return inst.getSelectedValues()[0]; }; - setInterval(fetchSerialPorts, 2500); + setInterval(fetchSerialPorts, 5000); fetchSerialPorts(true); const logsModalElem = document.getElementById("modal-logs");