Add support for Olimex ESP32-POE-WROVER.

There is a version of the Olimex ESP32-POE board with an ESP32-WROVER
module which has a the ethernet clock connected to a different IO than
the version with an ESP32-WROOM module.

This commit adds a new runtime selectable variant for the WROVER version.
This commit is contained in:
Michael Wachter
2023-12-29 14:39:29 +01:00
parent 97503897f0
commit 2ac218886a
3 changed files with 24 additions and 12 deletions

View File

@@ -215,6 +215,7 @@
<option value="0">None</option>
<option value="9">ABC! WLED V43 & compatible</option>
<option value="2">ESP32-POE</option>
<option value="11">ESP32-POE-WROVER</option>
<option value="6">ESP32Deux</option>
<option value="7">KIT-VE</option>
<option value="8">QuinLED-Dig-Octa & T-ETH-POE</option>