Hi,
Since Arduino 1.0, you can put double quoted strings inside F() for the print functions to move strings from SRAM to FLASH (Program) storage and make room for more heap/stack.
Could you please update the documentation?
Cheers,
Doug
Hi,
Since Arduino 1.0, you can put double quoted strings inside F() for the print functions to move strings from SRAM to FLASH (Program) storage and make room for more heap/stack.
Could you please update the documentation?
Cheers,
Doug