File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments