mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Adjust serial port fetch interval
This commit is contained in:
		| @@ -571,7 +571,7 @@ | ||||
|     inst._setSelectedStates(); | ||||
|     return inst.getSelectedValues()[0]; | ||||
|   }; | ||||
|   setInterval(fetchSerialPorts, 2500); | ||||
|   setInterval(fetchSerialPorts, 5000); | ||||
|   fetchSerialPorts(true); | ||||
|  | ||||
|   const logsModalElem = document.getElementById("modal-logs"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user