Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation failure with Funky_DHT22_plus_powersave.ino #1

Open
vanupied opened this issue May 9, 2015 · 0 comments
Open

compilation failure with Funky_DHT22_plus_powersave.ino #1

vanupied opened this issue May 9, 2015 · 0 comments

Comments

@vanupied
Copy link

vanupied commented May 9, 2015

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant