Worked on logging + some cleanup

This commit is contained in:
2023-08-28 11:55:39 +02:00
parent dffab21a1c
commit 900d3c8262
10 changed files with 100 additions and 32 deletions

View File

@@ -52,8 +52,8 @@ private:
uint8_t tareAvgCount_;
int valueRightShift_;
AutoStart<MeasurementT> autoStart_;
AutoStop<MeasurementT> autoStop_;
AutoStart<MeasurementType> autoStart_;
AutoStop<MeasurementType> autoStop_;
};
// ------------------------------------------------------------------------------------------------