From 84e6f46206ee33f25ff4dbc19bffe8fc538fe827 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 31 Aug 2023 13:53:43 -0400 Subject: [PATCH] [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) --- main/main.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/main.ino b/main/main.ino index fd051f40..87d745bd 100644 --- a/main/main.ino +++ b/main/main.ino @@ -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);