From c803d01a1b18e3ce62883fbc097e078517ff3163 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Aug 2015 22:47:44 +0200 Subject: [PATCH] Query enable switch added, forgotten info --- info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.cpp b/info.cpp index 49948b6..9d7c44e 100644 --- a/info.cpp +++ b/info.cpp @@ -16,7 +16,7 @@ String InfoCmd::exec(String params) { *out << "Meterbus Hub" << endl; *out << "Project/Repo: NetMeterBusMaster2" << endl; - *out << "Repo Tag: Second_MQTT" << endl; + *out << "Repo Tag: Second_MQTT_b" << endl; return "done"; }