added back MAX_MQTT_MESSAGES

This commit is contained in:
Proddy
2023-02-23 19:26:58 +01:00
parent 077a9937fe
commit 425cf33f74
2 changed files with 29 additions and 25 deletions

View File

@@ -31,6 +31,9 @@ using uuid::console::Shell;
namespace emsesp {
// size of queue
static constexpr uint16_t MAX_MQTT_MESSAGES = 300;
using mqtt_sub_function_p = std::function<bool(const char * message)>;
struct MqttMessage {