Query enable switch added, forgotten info

This commit is contained in:
Wolfgang Hottgenroth
2015-08-14 22:47:44 +02:00
parent e910983601
commit c803d01a1b

View File

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