small fixes

This commit is contained in:
hg
2014-11-17 22:08:58 +01:00
parent 56b5586c58
commit 404975ec06
3 changed files with 12 additions and 12 deletions

View File

@ -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);
}