small fixes
This commit is contained in:
@ -22,7 +22,7 @@ void Thermometer::begin(bool initializeConfig, int eepromAddr) {
|
||||
}
|
||||
|
||||
m_lastSmoothedTemperature = INVALID_TEMPERATURE;
|
||||
alpha = Config::setFloat(m_eepromAddr + CONFIG_ALPHA);
|
||||
alpha = Config::getFloat(m_eepromAddr + CONFIG_ALPHA);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user