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
Hi
I built a board with ESP32-WROOM-32D 16M flash
But in Arduino IDE the largest memory is just 4M
Then I tried to upload firmware to the ESP (16M) and it showed error
Based on that, the tool couldn't auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB
Then how can I config 16M in arduino IDE and let it know that I'm using ESP 16M, not 4M, so that I can feel free to write firmware?