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
Arduino IDE version (found in Arduino -> About Arduino menu): PlatformIO
List the steps to reproduce the problem below:
Run below sketch, it is expected that pin5 is toggling every 2 seconds.
It will however prematurely turn off setting another pin.
I have issues with the Arduino going into a boot loop (in my case it's the RESET_PIN being pulled low). I've reduced it down to only being the RELAY_ONE setting (12 in this library) that throws it all out of whack, the other ones are fine. This issue can be reproduced with any available digital pin for bridging the RESET_PIN in my case, not just digital pin 4.
I don't have a robust solution for you as I'm unsure what's causing this, but play around with the order in which you set pins and you might find one that gives you the desired result. Hopefully there's a patch or explanation for it eventually.
Arduino board: Custom board
Arduino IDE version (found in Arduino -> About Arduino menu): PlatformIO
List the steps to reproduce the problem below:
Run below sketch, it is expected that pin5 is toggling every 2 seconds.
It will however prematurely turn off setting another pin.
The text was updated successfully, but these errors were encountered: