mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-31 11:09:10 +03:00
added back MAX_MQTT_MESSAGES
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user