src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/chip_temp.c
AgeCommit message (Collapse)AuthorFilesLines
5 daystemp: report on-die temperature in /state and the info screenLuke Hoersten1-0/+40
New chip_temp module wraps the ESP32-P4 TSENS driver (20-100C range for best accuracy in the warm band a PoE + 200MHz-PSRAM device lives in). /state gains temp_c (0.1C resolution, omitted when the sensor is unavailable); the long-press info overlay gains a temp line (lowercase c suffix — the local 8x8 font has no uppercase C). Junction temperature, ~10-20C above ambient under load.