mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
remove duplicate cmdfunction_p
This commit is contained in:
@@ -35,7 +35,6 @@ static constexpr uint16_t MAX_MQTT_MESSAGES = 300;
|
|||||||
namespace emsesp {
|
namespace emsesp {
|
||||||
|
|
||||||
using mqtt_sub_function_p = std::function<bool(const char * message)>;
|
using mqtt_sub_function_p = std::function<bool(const char * message)>;
|
||||||
using cmdfunction_p = std::function<bool(const char * data, const int8_t id)>;
|
|
||||||
|
|
||||||
struct MqttMessage {
|
struct MqttMessage {
|
||||||
const uint8_t operation;
|
const uint8_t operation;
|
||||||
|
|||||||
Reference in New Issue
Block a user