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

This commit is contained in:
cfif 2026-05-07 16:07:16 +03:00
parent 4c45c28337
commit 96ef222c62
2 changed files with 8194 additions and 2049 deletions

File diff suppressed because it is too large Load Diff

View File

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