mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
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> |
||
|---|---|---|
| .. | ||
| platformio.ini | ||
| t1000e_sensors.cpp | ||
| t1000e_sensors.h | ||
| T1000eBoard.cpp | ||
| T1000eBoard.h | ||
| target.cpp | ||
| target.h | ||
| variant.cpp | ||
| variant.h | ||