adjust info

This commit is contained in:
Wolfgang Hottgenroth
2017-01-04 18:02:05 +01:00
parent 5f2b4bc7b9
commit e7a6a84bbc

View File

@ -15,8 +15,8 @@ String InfoCmd::exec(String params) {
Print *out = m_server;
*out << "Meterbus Hub" << endl;
*out << "Project/Repo: NetMeterBusMaster2" << endl;
*out << "Repo Tag: Second_MQTT_b" << endl;
*out << "Project/Repo: git@gitlab.com:wolutator/NetMeterbusMaster.git" << endl;
*out << "Repo commit: 5f2b4bc7b9fab9272414b2f2eac3a9ece427a035" << endl;
return "done";
}