Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
a5003bf3
Commit
a5003bf3
authored
May 26, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set max cpu temp to 90
parent
72dd6bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
init_tempmon.py
recipes-core/init-tempmon/files/init_tempmon.py
+3
-3
No files found.
recipes-core/init-tempmon/files/init_tempmon.py
View file @
a5003bf3
...
...
@@ -32,11 +32,11 @@ from posix import EX_OSFILE, F_OK
DEBUG
=
0
""" Set temperature when the fan should be turned on. """
TEMP_FAN_ON
=
5
5.0
TEMP_FAN_ON
=
6
5.0
""" Set temperature when the system should be turned off. """
TEMP_SHUTDOWN
=
8
0.0
TEMP_SHUTDOWN
=
9
0.0
""" Temperature hysteresis in degrees. """
TEMP_HYSTERESIS
=
2
.0
TEMP_HYSTERESIS
=
3
.0
""" Temperature sampling time in seconds. This constant may be a floating point value. """
SAMPLING_TIME
=
1
""" Temperature scaling factor. """
...
...
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