SolarEnergy/esp32_device/main/constants.h
2024-08-15 13:09:01 +02:00

11 lines
134 B
C

#pragma once
/**
* Device name len
*/
#define DEV_NAME_LEN 10
/**
* Private key max length
*/
#define PRV_KEY_DER_MAX_BYTES 1500