m-mcgowan / brewpi-avr

This is the code that runs on the BrewPi slave (AVR/Arduino)
1 stars 2 forks source link

make device profiles compile time optional #1

Open m-mcgowan opened 10 years ago

m-mcgowan commented 10 years ago

The device profiles consume quite a bit of code space. It's unclear if they will be useful on the smaller arduinos given the limited eeprom space.

The system profile code can be reworked to allow just one profile, created by default which cannot be deleted.

m-mcgowan commented 10 years ago

Seems the discardable code consumes 600 bytes. Not as much as I thought. The other overheads cannot be removed.