m-mcgowan/brewpi-avr

make device profiles compile time optional

Opened this issue · 1 comments

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.

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