We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbe6db commit 0bc1728Copy full SHA for 0bc1728
zephyr/program/lotus/lotus/src/project_diagnostics.c
@@ -20,7 +20,7 @@
20
void start_fan_deferred(void)
21
{
22
/* force turn on the fan for diagnostic */
23
- dptf_set_fan_duty_target(5);
+ dptf_set_fan_duty_target(20);
24
}
25
DECLARE_DEFERRED(start_fan_deferred);
26
@@ -32,9 +32,6 @@ void check_device_deferred(void)
32
if (get_deck_state() != DECK_ON && !get_standalone_mode())
33
set_diagnostic(DIAGNOSTICS_INPUT_MODULE_FAULT, true);
34
35
- /* force turn on the fan for diagnostic */
36
37
-
38
if (!(fan_get_rpm_actual(0) > 100) && !get_standalone_mode())
39
set_diagnostic(DIAGNOSTICS_NO_RIGHT_FAN, true);
40
0 commit comments