-
Notifications
You must be signed in to change notification settings - Fork 122
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
Error "'ESP' does not name a type ESP *esp;" #41
Comments
https://raw.githubusercontent.com/tuanpmt/espduino/master/espduino/examples/rest/rest.ino |
Same issue here. @walduino do you use windows or any fs which is not case sensitive?
I can't see any reason for this behaviour despite looking at it for hours... |
I got the same error...
|
Hi, recently I tried to use this project for communicating with a rest api. I downloaded the library and loaded the example but something is wrong. The arduino compiler says:
libraries\espduino/rest.h:30:3: error: 'ESP' does not name a type ESP *esp;
It also says:
libraries\espduino/rest.h:38:12: error: expected ')' before '*' token REST(ESP *e);
I didn't make any changes in the library or what so ever. Just downloaded it, restarted arduino. Imported the library and copy+pasted the sketch.
Someone has a clue what's going on?
Thanks in advance,
Jan Paul
The text was updated successfully, but these errors were encountered: