Skip to content

Commit

Permalink
run fan in eco mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hofmeier committed Jan 1, 2024
1 parent 3cc602b commit fc71619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ u32 _main(void *base)
mem_mode |= DRAM_MODE_CCBOOT;

// Set FanSpeed state
gpio_fan_set(0);
//gpio_fan_set(0);
}
else
{
Expand Down Expand Up @@ -1268,4 +1268,4 @@ void silly_tests()
}
#endif
}
#endif // !MINUTE_BOOT1
#endif // !MINUTE_BOOT1

0 comments on commit fc71619

Please sign in to comment.