Has anyone been successful. with a Yun (code adapted to use printf()) in storing strings (without format specifiers) in program memory and getting them displayed without corruption?
http://playground.arduino.cc/Main/Printf
Is this memory-saving technique known-to-work on a Yun, or are there special considerations? Any Bugs? (Besides just in my code)
(Not posting a specific example yet... just want to know if people ARE successfully using this on a Yun with printf("%s", F("MY Text")) or similar. I've used it in the past, but my first try on the yun was miserable.
Thanks