kalliot / heater_control

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

memory #7

Open kalliot opened 9 years ago

kalliot commented 9 years ago

Now there is fixed amount of ad channels and counters. These should be configurable from tcpip connection, ie. cmdparser. Some of the tables should be allocated during startup with malloc call. One candidate is the Iot.cpp module.