Definitions: Increase max gRPC message size to 2 GB -> need to change later how calibration is being transferred

This commit is contained in:
2023-10-20 11:40:09 +02:00
parent 45de356c16
commit 4e4a232a6d

View File

@@ -25,7 +25,7 @@
#define MIN_STORAGE_CELL_DELAY_IN_NS 2100
#define READOUT_TIME_IN_US 20
#define GRPC_MAX_MESSAGE_SIZE (1000L*1000L*1000L)
#define GRPC_MAX_MESSAGE_SIZE (2*1000L*1000L*1000L)
#define MIN_ENERGY 0.1
#define MAX_ENERGY 25.0