Обновление платы на V2

This commit is contained in:
cfif 2026-05-08 12:50:13 +03:00
parent 96ef222c62
commit eb8c39940c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// Структура для точки таблицы
typedef struct {
uint16_t adc;
int32_t temp;
int16_t temp;
float resistance;
} TablePoint;