mirror of
https://github.com/espressif/arduino-esp32.git
synced 2026-03-13 09:41:48 +08:00
* fix(board): Fix wESP32 board config with new options - Provide flash size option to choose 4MB flash (rev 5 and below) or 16MB flash (default, rev 7 and higher). - Provide appropriate partition scheme options to effectively us either 4MB or 16MB flash sizes. - Change default Ethernet PHY from LAN8720 to RTL8201 (rev 7 and higher). * fix(board): Fix wESP32 board config typo --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>