tag added to info.cpp

This commit is contained in:
Wolfgang Hottgenroth 2017-01-07 19:11:15 +01:00
parent 8cab7f8392
commit f6e8989226

View File

@ -16,7 +16,7 @@ String InfoCmd::exec(String params) {
*out << "Meterbus Hub" << endl;
*out << "Project/Repo: git@gitlab.com:wolutator/NetMeterbusMaster.git" << endl;
*out << "Repo tag: ErrorDetectionLoopDisabling" << endl;
*out << "Repo tag: ErrorDetectionLoopDisabling_b" << endl;
return "done";
}