Skip to content
Snippets Groups Projects
Commit f7d6f87d authored by Kyrre Ness Sjobaek's avatar Kyrre Ness Sjobaek
Browse files

Merge branch 'master' into dev

(changes web timeout from 600 to 700ms)
parents 441e4e06 f2abe1a3
No related branches found
No related tags found
1 merge request!1Fixes output formatting and variable initialization, moving config to separate file, project folder correctly named, hopefully fixes network crashes
......@@ -48,7 +48,7 @@ const unsigned long update_interval = 1000; //[ms] How often to loop
// feed data to network clients, DHCP housekeeping)
const unsigned long WEB_update_interval = 5; //[s] WEB requests are heavy, not too often is good.
const unsigned long SPC_timeout = 200; //[ms] Experimentally verified to be OK.
const unsigned long WEB_timeout = 600; //[ms] Max time allowed waiting for web client
const unsigned long WEB_timeout = 700; //[ms] Max time allowed waiting for web client
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment