1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 15:55:46 +00:00

[ethernet] Add LAN8670 PHY support (#10874)

Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
Patrick Van Oosterwijck
2025-09-25 15:45:07 -06:00
committed by GitHub
parent cef9cf49bf
commit 460eb219ba
7 changed files with 59 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ enum EthernetType : uint8_t {
ETHERNET_TYPE_W5500,
ETHERNET_TYPE_OPENETH,
ETHERNET_TYPE_DM9051,
ETHERNET_TYPE_LAN8670,
};
struct ManualIP {