[PATCH] Make EEPROM profile selection optional

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
Tommie
Posts: 438
Joined: Sun Apr 08, 2012 9:50 am

[PATCH] Make EEPROM profile selection optional

Post by Tommie »

A short time ago, the capability to store 3 different configuration profiles was added to the firmware; this patch makes this addition optional and configurable through config.h; I do not need multiple profiles in my firmware, but the associated code occupies ~150 byte of flash memory. This addition frees most of that:

https://github.com/wertarbyte/multiwii- ... 18a8533ebe

Please discuss and merge.

User avatar
jevermeister
Posts: 708
Joined: Wed Jul 20, 2011 8:56 am
Contact:

Re: [PATCH] Make EEPROM profile selection optional

Post by jevermeister »

+1

i like thid.

User avatar
shikra
Posts: 783
Joined: Wed Mar 30, 2011 7:58 pm

Re: [PATCH] Make EEPROM profile selection optional

Post by shikra »

+1

crashlander
Posts: 506
Joined: Thu May 05, 2011 8:13 am
Location: Slovenia

Re: [PATCH] Make EEPROM profile selection optional

Post by crashlander »

+1
Anything that can be undefined in config.h and frees memory is needed (to keep aging 328p usable).

Regards Andrej

copterrichie
Posts: 2261
Joined: Sat Feb 19, 2011 8:30 pm

Re: [PATCH] Make EEPROM profile selection optional

Post by copterrichie »

Is there room on this bandwagon for on more +1?

Sebbi
Posts: 478
Joined: Sun Jul 08, 2012 1:08 am
Location: Germany
Contact:

Re: [PATCH] Make EEPROM profile selection optional

Post by Sebbi »

+1 ... my Leonardo (NanoWii) needs some byte savings, too ;-)

KeesvR
Posts: 194
Joined: Fri May 27, 2011 6:51 pm
Location: The Netherlands

Re: [PATCH] Make EEPROM profile selection optional

Post by KeesvR »

Very good idea ;)

Post Reply