kalliot / heater_control

Arduino controlling house heating system ( boiler )
http://www.skallio.com/boiler
MIT License
1 stars 0 forks source link

setup in EEPROM #6

Open kalliot opened 9 years ago

kalliot commented 9 years ago

There is enough space in EEPROM to store config data. First start with AD channel calibrations.

kalliot commented 9 years ago

Started to code this. It's important to store IoT id:s to eeprom. This way they need not to be hard coded in source. This means I don't have to take them off before committing to github.