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