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
Hello,
Many thanks for sharing all your work !
const declaration is missing on line 403
char helpText1[] PROGMEM =
should be
const char helpText1[] PROGMEM =
with this correction everything works perfectly on your wonderfull funky-v3 ;)
The text was updated successfully, but these errors were encountered:
Hello,
Many thanks for sharing all your work !
const declaration is missing on line 403
char helpText1[] PROGMEM =
should be
const char helpText1[] PROGMEM =
with this correction everything works perfectly on your wonderfull funky-v3 ;)
The text was updated successfully, but these errors were encountered: