From e7a6a84bbc07bd6a05a2e0d18b84d23af06e5570 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 4 Jan 2017 18:02:05 +0100 Subject: [PATCH] adjust info --- info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.cpp b/info.cpp index 9d7c44e..d2bf2a4 100644 --- a/info.cpp +++ b/info.cpp @@ -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"; }