Hello,
is there something similar to the PROGMEM attribute from the 8 bit AVR compiler to place strings in flash memory?
Regards:
Uwe Fechner
I think strings are placed in flash memory by default.
Using the 'const' attribute will help
-sma