Replies: 2 comments 3 replies
-
Which firmware version are you using? I know a few tutorials out there seem to suggest using firmware that's now several years old and that does have issues. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have now tried two different esp-wroom-32, used the WEB-IDE and VSCode. Same result on all combinations |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I can't seem to get setWatch() to work on my ESP-Wroom-32 board. I have tried many differents pins, but all of them gives me the following warning:
WARNING: Unable to set watch. You may already have a watch on a pin with the same num, or this pin cannot be used with watch
I have tried both with and without clearWatch(); :
clearWatch(); setWatch(function(e) { console.log(e.time-e.lastTime); }, D18, {repeat:true, edge:'falling' });
Am i doing something wrong here?
Beta Was this translation helpful? Give feedback.
All reactions