decrease json buffer size

This commit is contained in:
technyon
2023-02-19 17:17:33 +01:00
parent e78533146b
commit 8a9637b503

View File

@@ -12,7 +12,7 @@ enum class NetworkDeviceType
W5500 W5500
}; };
#define JSON_BUFFER_SIZE 2048 #define JSON_BUFFER_SIZE 1024
class Network class Network
{ {