mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
refactor out console context menus - #510
This commit is contained in:
@@ -55,8 +55,8 @@ struct MqttMessage {
|
||||
const std::string payload;
|
||||
const bool retain;
|
||||
|
||||
// MqttMessage(const uint8_t operation, const std::string & topic, const std::string && payload, bool retain)
|
||||
MqttMessage(const uint8_t operation, const std::string & topic, const std::string & payload, bool retain)
|
||||
// MqttMessage(const uint8_t operation, const std::string & topic, const std::string & payload, bool retain)
|
||||
MqttMessage(const uint8_t operation, const std::string & topic, const std::string && payload, bool retain)
|
||||
: operation(operation)
|
||||
, topic(topic)
|
||||
, payload(payload)
|
||||
|
||||
Reference in New Issue
Block a user