mikaelpatel/Arduino-FVM

Add support for print of string literals (in PROGMEM)

mikaelpatel opened this issue · 2 comments

Add support for print of string literals (in PROGMEM)

This is indirectly support by the symbols table and OP_DOT_NAME. See example/Demo for an example.

Please see commit b17f941.