You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your report and sorry for the delay, so the problem is that it does not compile on Digispark..
Unfortunately I don't have any Digispark board, neither do I have a development environment for this.
From what I see on the web, the __FlashStringHelper is an alias to fstr_t which in this case should work. What core are you using for you board ?
Are you using the live version that could be found here ?
What type of issue is it ?
I'm using a Digispark board and I encountered a type issue when compiling:
It seems that the function
printText()
expects a wrong type of argumentfstr_t
If
fstr_t
is replaced by__FlashStringHelper
the code compiles and works fine. The function was introduced in this commit (line 255)Fixed function:
I don't know If this is the correct solution to the problem and it would be great if it could be reviewed. Thanks in advance!
The text was updated successfully, but these errors were encountered: