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

SimpleTimer.h does not work in Audrino IDE upload to nodeMCU #74

Open
gedeyenite opened this issue Feb 11, 2023 · 1 comment
Open

SimpleTimer.h does not work in Audrino IDE upload to nodeMCU #74

gedeyenite opened this issue Feb 11, 2023 · 1 comment

Comments

@gedeyenite
Copy link

gedeyenite commented Feb 11, 2023

Upfront: I am a complete noob trying to figure out how to do this on the fly.

It appears that the SimpleTimer code no longer works. I tried replacing the path with other simpletimer URLs from github but they all produce the same error.

I copied the code for programming the nodeMCU, but it returns this error:

/private/var/folders/cc/sbtr1f5x5wj2gqrbgw1_2ksm0000gn/T/.arduinoIDE-unsaved2023111-38882-h5nkcu.xg0j5/sketch_feb11a/sketch_feb11a.ino:1:10: fatal error: SimpleTimer.h: No such file or directory
1 | #include <SimpleTimer.h> //https://github.com/marcelloromani/Arduino-SimpleTimer/blob/master/SimpleTimer/
| ^~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: SimpleTimer.h: No such file or directory

@ColinKlayer
Copy link

Same. I get this error:

Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid

This suggests that the code is not valid for Arduino?
https://www.reddit.com/r/arduino/comments/13fv3o9/unable_to_load_libraries/

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