updated comments

This commit is contained in:
proddy
2020-07-07 23:21:56 +02:00
parent dfc4360b52
commit 39cb4dfc82
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ Gateway::Gateway(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(&Controller::cmd, this, _1));
// register_mqtt_topic("cmd", std::bind(&Gateway::cmd, this, _1));
}
void Gateway::add_context_menu() {