1 Commits

Author SHA1 Message Date
f6e8989226 tag added to info.cpp 2017-01-07 19:11:15 +01:00

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";
}