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

Examples won't compile properly with Arduino IDE 2.1.1 #21

Open
Dario503 opened this issue Jul 18, 2023 · 1 comment
Open

Examples won't compile properly with Arduino IDE 2.1.1 #21

Dario503 opened this issue Jul 18, 2023 · 1 comment

Comments

@Dario503
Copy link

Dario503 commented Jul 18, 2023

Get the following error when compiling examples or my own code (which compiled fine last year):

/Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino: In function 'void loop()':
/Users/darylrm/Documents/Arduino/sketch_jul18b/sketch_jul18b.ino:36:5: error: 'webota' was not declared in this scope
     webota.handle();
     ^~~~~~

exit status 1

Compilation error: 'webota' was not declared in this scope
@Dario503
Copy link
Author

Resolved by deleting the version downloaded by the Arduino IDE Library Manager (1.4) and installing the contents of the zip file found on Github.

So still a bug with what is getting pulled down as a library from within Arduino IDE.

I'm on an Apple Silicon Mac BTW. Arduino IDE v2.1.1

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