Added thermocouple offset calibration and config crc

This commit is contained in:
2026-05-20 16:35:30 +02:00
parent 03eb2673f3
commit f63e2711ed
11 changed files with 109 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ private:
int writeVbatLow(float value);
int writeTengLow(float value);
int writeTengHigh(float value);
int writeTengOffset(float value);
public:
int push(const Task &task) override;