You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: