[SYS] Breaking remove version publication (#1737)

Redundant with the publication into SYStoMQTT and also inconsistent with the main publication format used by the project (json)
This commit is contained in:
Florian
2023-08-31 13:53:43 -04:00
committed by GitHub
parent 61d6a8b879
commit 84e6f46206

View File

@@ -710,8 +710,6 @@ void connectMQTT() {
failure_number_mqtt = 0;
// Once connected, publish an announcement...
pub(will_Topic, Gateway_AnnouncementMsg, will_Retain);
// publish version
pub(version_Topic, OMG_VERSION, will_Retain);
//Subscribing to topic
char topic2[mqtt_topic_max_size];
strcpy(topic2, mqtt_topic);