add lilygo support

This commit is contained in:
technyon
2023-03-15 21:23:48 +01:00
parent c1d5926b2f
commit 304bea64fb
4 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,8 @@ enum class NetworkDeviceType
W5500,
Olimex_LAN8720,
WT32_LAN8720,
M5STACK_PoESP32_Unit
M5STACK_PoESP32_Unit,
LilyGO_T_ETH_POE
};
#define JSON_BUFFER_SIZE 1024