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

Support DM9051 SPI ethernet device (#6861)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Bjørn Mork
2025-06-30 06:49:38 +02:00
committed by GitHub
parent d86f319d66
commit 8a9769d4e9
6 changed files with 62 additions and 6 deletions

View File

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