MeshCore/variants/t1000-e
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
..
platformio.ini CommonCli: Remove dependency on target.h 2025-10-18 12:33:43 +02:00
t1000e_sensors.cpp Fix T1000-E negative temperature display bug 2026-01-14 09:30:20 +03:00
t1000e_sensors.h t1000 cleanup + move NullDisplayDriver.h to helpers/ui for other variants to use 2025-09-04 23:12:57 +02:00
T1000eBoard.cpp Deduplicate NRF52 startOTAUpdate() 2025-12-17 10:30:50 +01:00
T1000eBoard.h Fix capitalization in T1000-E manufacturer string 2026-01-07 14:24:25 +01:00
target.cpp Fixed T1000-E temperature and lux sensors 2025-12-19 23:51:36 +11:00
target.h ui_task: initial gps page 2025-09-23 12:08:34 +02:00
variant.cpp Fixed T1000-E temperature and lux sensors 2025-12-19 23:51:36 +11:00
variant.h t1000e companion radio example builds in tree ! 2025-02-25 16:46:06 +01:00