Files
MeshCore-Evo/variants
Alexander aka R6DJO 0084d92239 Fix T1000-E negative temperature display bug
The ntc_temp2 lookup table was declared as 'char', which can be
unsigned on some platforms, causing negative temperature values
(-30°C to -1°C) to be incorrectly interpreted.

Changed to int8_t to ensure proper signed integer handling of
negative temperatures.

Fixes #1389

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-14 09:30:20 +03:00
..
2025-10-02 12:18:47 +02:00
2025-12-01 21:29:03 +01:00
2025-12-12 17:16:28 +01:00
2025-12-12 16:37:57 +01:00
2025-10-02 12:18:47 +02:00
2025-10-02 12:18:47 +02:00