Closed joaobarros closed 14 years ago
OS = OSX 10.6.2
After upgrading from 0.8.37 to 0.8.40 this simple sketch does not work:
void setup() { open(FlashTransfer); }
void loop() { DebugRectPrintText("--"); }
both "open" and "DebugRectPrintText" are undefined references.
I updated both build.xml files from the commits after the 0.8.40 release.
Looks like FlashFileSystem was converted to CPP, yet the functions grouped under C routines so they couldn't be found. Files are now patched for consideration in release 0.8.41
OS = OSX 10.6.2
After upgrading from 0.8.37 to 0.8.40 this simple sketch does not work:
void setup() { open(FlashTransfer); }
void loop() { DebugRectPrintText("--"); }
both "open" and "DebugRectPrintText" are undefined references.
I updated both build.xml files from the commits after the 0.8.40 release.