1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-20 08:46:01 +00:00

openeth ethernet / qemu support (#7020)

This commit is contained in:
Andrey Bodrov
2024-09-19 07:07:39 +03:00
committed by GitHub
parent 1596a85e4f
commit 9699719305
5 changed files with 22 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ enum EthernetType {
ETHERNET_TYPE_KSZ8081,
ETHERNET_TYPE_KSZ8081RNA,
ETHERNET_TYPE_W5500,
ETHERNET_TYPE_OPENETH,
};
struct ManualIP {