mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 10:39:12 +03:00
some hopeful memory optimizations to reduce defrag
This commit is contained in:
@@ -81,7 +81,7 @@ class Mqtt {
|
||||
|
||||
enum Operation { PUBLISH, SUBSCRIBE };
|
||||
|
||||
enum Format : uint8_t { NONE = 0, SINGLE, NESTED, HA };
|
||||
enum Format : uint8_t { NONE = 0, SINGLE, NESTED, HA, CUSTOM };
|
||||
|
||||
static constexpr uint8_t MQTT_TOPIC_MAX_SIZE = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user