Bugfix: Value right shift was ignored
This commit is contained in:
@@ -86,7 +86,8 @@ void SessionManager<SessionT>::begin(int scaleDoutPin, int scaleSckPin, uint8_t
|
||||
scaleDoutPin_ = scaleDoutPin;
|
||||
scaleSckPin_ = scaleSckPin;
|
||||
tareAvgCount_ = tareAvgCount;
|
||||
|
||||
valueRightShift_ = valueRightShift;
|
||||
|
||||
timeClient_.begin();
|
||||
timeClient_.update();
|
||||
session_.init(timeClient_.getEpochTime());
|
||||
|
||||
Reference in New Issue
Block a user