SolarEnergy/esp32_device/main/constants.h

11 lines
134 B
C
Raw Normal View History

2024-07-27 13:31:17 +00:00
#pragma once
/**
* Device name len
*/
2024-08-15 11:09:01 +00:00
#define DEV_NAME_LEN 10
/**
* Private key max length
*/
#define PRV_KEY_DER_MAX_BYTES 1500