add olimex support

This commit is contained in:
technyon
2023-02-22 19:10:05 +01:00
parent 6597814e06
commit b4df3e2e62
7 changed files with 368 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
enum class NetworkDeviceType
{
WiFi,
W5500
W5500,
LAN8720
};
#define JSON_BUFFER_SIZE 1024