--- libaitmqtt/inc/aitmqtt.h 2022/09/13 20:12:15 1.3.4.6 +++ libaitmqtt/inc/aitmqtt.h 2022/09/13 20:37:21 1.3.4.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitmqtt.h,v 1.3.4.6 2022/09/13 20:12:15 misho Exp $ +* $Id: aitmqtt.h,v 1.3.4.7 2022/09/13 20:37:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,8 +47,8 @@ SUCH DAMAGE. #define __AITMQTT_H -#define MAX_CONNID 24 -#define MAX_CRED 13 +#define MQTT_CONNID_MAX 24 +#define MQTT_CRED_MAX 13 #define MQTTMSG_MAX 65535 #define MQTTMSG_BIN_MAX 65535 #define MQTT_DATA_MAX 268435455