diff --git a/info.cpp b/info.cpp index 70c0c1e..2c9921c 100644 --- a/info.cpp +++ b/info.cpp @@ -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"; }