platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
855 stars 570 forks source link

Fix wt32-eth01.json #1377

Open darkxst opened 1 month ago

darkxst commented 1 month ago

wt32-eth01 in esp-idf wont boot with qio flash mode and ethernet configured.

Some pins for QIO flash appear to be muxed with ethernet MAC. Given this a dedicated ethernet board, set flash mode back to 'dio'.

Jason2866 commented 1 month ago

The original Module does work with flash mode QIO. There are many bad clones sold.

darkxst commented 1 month ago

The original Module does work with flash mode QIO. There are many bad clones sold.

I get these boards direct from Wireless-Tag so they are not clones. QIO works fine until I enable the ethernet MAC, then the board wont boot.