nicpottier / gnat

Decent DE1 mini heads up display. GNAT is Not A Tablet
MIT License
6 stars 3 forks source link

Change DE1 fan threshold on wake / connect #10

Open nicpottier opened 2 years ago

nicpottier commented 2 years ago

Currently we don't change the DE1 fan setting at all when we connect, so the fan runs with the default fan profile which is on much more than "normal".

The Decent tablet raises the fan threshold temperature to 40C, we should do the same.

Hints to do it are to search the tablet or pyde1 codebase for fan_threshold

nicpottier commented 2 years ago

Hints: https://github.com/decentespresso/de1app/blob/f0625183c5e9180ce3b3254689335743ed8acfd9/de1plus/de1_comms.tcl#L1233