Add Waveshare ESP32-S3-ETH support (#636)

This commit is contained in:
Jan-Ole Schümann
2025-03-05 18:46:21 +07:00
committed by GitHub
parent 6626df13e0
commit 879b6ab365
5 changed files with 33 additions and 18 deletions

View File

@@ -13,5 +13,6 @@ enum class NetworkDeviceType
LilyGO_T_ETH_ELite,
GL_S10,
ETH01_Evo,
Waveshare_ESP32_S3_ETH,
CUSTOM
};