adjust info
This commit is contained in:
4
info.cpp
4
info.cpp
@ -15,8 +15,8 @@ String InfoCmd::exec(String params) {
|
|||||||
Print *out = m_server;
|
Print *out = m_server;
|
||||||
|
|
||||||
*out << "Meterbus Hub" << endl;
|
*out << "Meterbus Hub" << endl;
|
||||||
*out << "Project/Repo: NetMeterBusMaster2" << endl;
|
*out << "Project/Repo: git@gitlab.com:wolutator/NetMeterbusMaster.git" << endl;
|
||||||
*out << "Repo Tag: Second_MQTT_b" << endl;
|
*out << "Repo commit: 5f2b4bc7b9fab9272414b2f2eac3a9ece427a035" << endl;
|
||||||
|
|
||||||
return "done";
|
return "done";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user