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
Yes, what you are getting is not normal. Try to set pins 13 and 14 as INPUT_PULLUP as first lines on your code. I do not guarantee that it will work, but you can try.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Activity
Niek commentedon Jan 15, 2019
I have tried to flash to this board, but I keep getting errors when booting. I understand that the
esp32wrover
board should work since it has PSRAM:Flashing is OK, but while booting I get a bootloop like this:
This message repeats over and over.
me-no-dev commentedon Jan 23, 2019
Yes, what you are getting is not normal. Try to set pins 13 and 14 as
INPUT_PULLUP
as first lines on your code. I do not guarantee that it will work, but you can try.Niek commentedon Jan 23, 2019
Adding this to the top of the
setup()
function doesn't do anything for me:Niek commentedon Feb 4, 2019
I figured out the issue, the partition size was incorrect. Here is a boards.txt entry that works best for me:
Niek commentedon Mar 11, 2019
Created a PR: #2572
stale commentedon Aug 1, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale commentedon Aug 15, 2019
This stale issue has been automatically closed. Thank you for your contributions.