mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +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 {
|
||||
|
||||
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 {
|
||||
const uint8_t operation;
|
||||
|
||||
Reference in New Issue
Block a user