Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ARDUINO-PositionGaugeServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEAR
ARDUINO-PositionGaugeServer
Commits
f2abe1a3
Commit
f2abe1a3
authored
4 years ago
by
Pierre Korysko
Browse files
Options
Downloads
Patches
Plain Diff
Changed WEB_timeout from 600 ms to 700 ms to avoid problems with the web client
parent
1eee2a79
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PositionGaugeServer.ino
+2
-1
2 additions, 1 deletion
PositionGaugeServer.ino
with
2 additions
and
1 deletion
PositionGaugeServer.ino
+
2
−
1
View file @
f2abe1a3
...
...
@@ -61,7 +61,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
=
6
00
;
//[ms] Max time allowed waiting for web client
const
unsigned
long
WEB_timeout
=
7
00
;
//[ms] Max time allowed waiting for web client
// ***** GLOBAL VARIABLES ***********************
...
...
@@ -669,3 +669,4 @@ void DHCPhousekeeping() {
}
}
#endif
This diff is collapsed.
Click to expand it.
Kyrre Ness Sjobaek
@kyrsjo
mentioned in issue
#2
·
4 years ago
mentioned in issue
#2
mentioned in issue #2
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment