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 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...