diff --git a/src/selftest/selftest_util_mqtt.c b/src/selftest/selftest_util_mqtt.c index 807a52829..e4f59c491 100644 --- a/src/selftest/selftest_util_mqtt.c +++ b/src/selftest/selftest_util_mqtt.c @@ -37,7 +37,7 @@ void SIM_SendFakeMQTTRawChannelSet_ViaGroupTopic(int channelIndex, const char *a SIM_SendFakeMQTTRawChannelSet_Generic(myName, channelIndex, arguments); } -#define MAX_MQTT_HISTORY 64 +#define MAX_MQTT_HISTORY 256 typedef struct mqttHistoryEntry_s { char topic[256]; char value[4096];