Code has been added to clipboard!

Initializing C++ Strings from Flash

Example
void say_hello() {
   String s = F("hello");
   send(s);
}