Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eyesis4pi-393-gui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
eyesis4pi-393-gui
Commits
4ae0b236
Commit
4ae0b236
authored
Apr 27, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update interval to 10s
parent
403c30f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
eyesis4pi.js
js/eyesis4pi.js
+3
-3
No files found.
js/eyesis4pi.js
View file @
4ae0b236
...
...
@@ -11,7 +11,7 @@ var settings_file = "settings.xml";
var
daemon_restart_en
=
true
;
var
interval_time
=
5
000
;
var
interval_time
=
10
000
;
var
intvl_temperatures
;
var
intvl_histograms
;
...
...
@@ -963,10 +963,10 @@ function update_interval_time(){
var
tmpval
=
parseInt
(
$
(
"#input_trigger_period"
).
val
());
if
(
tmpval
>
5
000
){
if
(
tmpval
>
10
000
){
interval_time
=
tmpval
;
}
else
{
interval_time
=
5
000
;
interval_time
=
10
000
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment