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:
committed by
GitHub
parent
cef9cf49bf
commit
460eb219ba
@@ -28,6 +28,7 @@ enum EthernetType : uint8_t {
|
||||
ETHERNET_TYPE_W5500,
|
||||
ETHERNET_TYPE_OPENETH,
|
||||
ETHERNET_TYPE_DM9051,
|
||||
ETHERNET_TYPE_LAN8670,
|
||||
};
|
||||
|
||||
struct ManualIP {
|
||||
|
||||
Reference in New Issue
Block a user