From 8b1eb54fc4d8ce0ffe0470fba66ecb9d2140ce51 Mon Sep 17 00:00:00 2001 From: Barbudor Date: Wed, 23 Dec 2020 11:49:55 +0100 Subject: [PATCH] remove superfluous --- tasmota/support_command.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/support_command.ino b/tasmota/support_command.ino index 099d4f468..747190327 100644 --- a/tasmota/support_command.ino +++ b/tasmota/support_command.ino @@ -1188,7 +1188,7 @@ void CmndGpio(void) } char stemp1[TOPSZ]; if ((ResponseAppend_P(PSTR("\"" D_CMND_GPIO "%d\":{\"%d\":\"%s%s\"}"), i, sensor_type, GetTextIndexed(stemp1, sizeof(stemp1), sensor_name_idx, sensor_names), sindex) > (LOGSZ - TOPSZ)) || (i == ARRAY_SIZE(Settings.my_gp.io) -1)) { - ResponseJsonEndEnd(); + ResponseJsonEnd(); MqttPublishPrefixTopic_P(RESULT_OR_STAT, XdrvMailbox.command); jsflg2 = true; jsflg = false;