tests - larger mqtt history size

This commit is contained in:
Tester23
2024-11-29 09:26:53 +01:00
parent c2d3691b63
commit c3ebfee8c6

View File

@@ -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];