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

Wont Compile #3

Open
mikemorana opened this issue Aug 5, 2018 · 1 comment
Open

Wont Compile #3

mikemorana opened this issue Aug 5, 2018 · 1 comment

Comments

@mikemorana
Copy link

I'm getting the error:
invalid conversion from 'const char*' to 'const uint8_t* {aka const unsigned char*}' [-fpermissive]
trying to compile with both arduino 1.6.x and 1.8.x

@mikemorana
Copy link
Author

I resolved this by changing the 'const char' on line 166 to 'const unsigned char'
Furthermore, I needed to edit the wifimanager code to remove/comment-out line 301 which initializes StartWPS. The WPS code in wifimanager wasnt allowing the program to compile correctly.

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