1 (edited by Guillaume 2017-09-21 10:34:02)

Topic: Add a #define to switch between PROGMEM and SRAM

Hello,

I think it would be awesome if we could choose to not store the config array into progmem. This simple idea offer great possibilities wink Think about being able to modify/build it by code, before initializing RemoteXY...

It only needs some work around the getConfByte function. A simple #define would suffice, but if you could also provide a way for modules to override that function... smile