add support for M5STACK PoESP32 Unit

This commit is contained in:
technyon
2023-03-11 12:40:08 +01:00
parent 7576244142
commit b3fcca74b5
3 changed files with 10 additions and 1 deletions

View File

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