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

ESP8266 / aREST compile issue "'F' was not declared in this scope" #38

Closed
jasonslay opened this issue Apr 9, 2015 · 4 comments
Closed

Comments

@jasonslay
Copy link

I am trying to compile the example using the ESP8266 Arduino IDE 1.6.1 and aREST installed as instructed. After selecting generic ESP8266 as the board, I verify and the compilation fails with the following error:

Arduino/libraries/aREST/aREST.h:898:38: error: 'F' was not declared in this scope
Serial.print(F("Sending buffer: "));

Any ideas?

@marcoschwartz
Copy link
Owner

Thanks for letting me know! It seems that it depends on wether you are using the ESP8266 Arduino IDE from the release or build it from the source.

I just published a fix, let me know if it works now.

@marcoschwartz
Copy link
Owner

I made more tests and for now the only way is indeed to build from the source. I added this as a comment in the README file.

@jasonslay
Copy link
Author

Looks like that worked. Compiling without errors now. Thanks!

@marcoschwartz
Copy link
Owner

Great! Closing the issue.

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

2 participants