Files
2024-03-04 18:14:05 +01:00

5 lines
84 B
C

#pragma once
#define JSON_BUFFER_BASE_SIZE 2048
#define JSON_BUFFER_INCREMENT 2048