Skip to content

Commit 79f4e37

Browse files
committed
MCU8MASS-1782 Fix merge conflict
1 parent 455aa34 commit 79f4e37

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/mqtt_client.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -719,14 +719,8 @@ bool MqttClientClass::publish(const char* topic,
719719
urc,
720720
sizeof(urc),
721721
timeout_ms)) {
722-
<<<<<<< HEAD
723-
Log.warn("Timed out waiting for publish confirmation. Consider "
724-
"increasing timeout for publishing\r\n");
725-
LedCtrl.off(Led::DATA, true);
726-
=======
727722
Log.warn(F("Timed out waiting for publish confirmation. Consider "
728723
"increasing timeout for publishing\r\n"));
729-
>>>>>>> develop
730724
return false;
731725
}
732726

@@ -740,13 +734,8 @@ bool MqttClientClass::publish(const char* topic,
740734
sizeof(status_code_buffer),
741735
(char)NULL)) {
742736

743-
<<<<<<< HEAD
744-
Log.error("Failed to retrieve status code from publish notification");
745-
LedCtrl.off(Led::DATA, true);
746-
=======
747737
Log.error(
748738
F("Failed to retrieve status code from publish notification"));
749-
>>>>>>> develop
750739
return false;
751740
}
752741

0 commit comments

Comments
 (0)