-
Notifications
You must be signed in to change notification settings - Fork 174
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
F not declared in this scope #76
Comments
I'm having the same problem. MacOS Mojave: version 10.14.6 (18G3020)
Is the first error I receive |
You can use this fix (currently in master) f4413b5 basically the following include has to be first |
Thank you! |
Hi guys, working on a new project using the ESP8266 for a small wifi module. When trying to build the project we get this error "F not declared in this scope".
We know this is an Arduino function, not something written in on our project but can anyone point us in the right direction as to where this error might be coming from and how to fix it.
We have tried the old turn it off and on again trick and updated Arduino and its libraries already but no success. One computer it works, the other it does not.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: