comment changes

This commit is contained in:
proddy
2020-07-21 14:34:35 +02:00
parent 5f28d75541
commit bab2ac8d65
8 changed files with 12 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ Connect::Connect(uint8_t device_type, uint8_t device_id, uint8_t product_id, con
// register_telegram_type(EMS_TYPE_XX, "XX", false, std::bind(&Controller::process_XX, this, _1));
// MQTT callbacks
// register_mqtt_topic("cmd", std::bind(&Connect::cmd, this, _1));
// register_mqtt_topic("topic", std::bind(&Connect::cmd, this, _1));
}
void Connect::add_context_menu() {