common/{dgpu,peci}.c: increase board heatup size

This restores results in similar behabior to v0.9.0 where it takes a
much longer time for the fans to spin up, resulting in a quieter laptop
during bursty CPU loads.

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
Michał Kopeć
2025-10-03 15:48:03 +02:00
committed by Filip Lewiński
parent b2e45e936e
commit 7e1b941d35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
// Fan speed is the lowest requested over HEATUP seconds
#ifndef BOARD_DGPU_HEATUP
#define BOARD_DGPU_HEATUP 4
#define BOARD_DGPU_HEATUP 12
#endif
static uint8_t FAN_HEATUP[BOARD_DGPU_HEATUP] = { 0 };
+1 -1
View File
@@ -17,7 +17,7 @@
// Fan speed is the lowest requested over HEATUP seconds
#ifndef BOARD_HEATUP
#define BOARD_HEATUP 4
#define BOARD_HEATUP 12
#endif
static uint8_t FAN_HEATUP[BOARD_HEATUP] = { 0 };