add NetworkUtil, move NetworkDeviceType to seperate file

This commit is contained in:
technyon
2024-08-18 07:20:00 +02:00
parent 2bd61b8f34
commit b924746799
6 changed files with 88 additions and 76 deletions

View File

@@ -0,0 +1,16 @@
#pragma once
enum class NetworkDeviceType
{
WiFi,
W5500,
W5500M5,
W5500M5S3,
Olimex_LAN8720,
WT32_LAN8720,
M5STACK_PoESP32_Unit,
LilyGO_T_ETH_POE,
GL_S10,
ETH01_Evo,
CUSTOM
};