Skip to content

Commit 740c1be

Browse files
committed
Removing definition of 'mqttReconnect' since there is not even an implementation within this class
1 parent 4991925 commit 740c1be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArduinoIoTCloudTCP.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
127127
NetworkConnectionState checkPhyConnection();
128128
ArduinoIoTConnectionStatus checkCloudConnection();
129129
void mqttClientBegin();
130-
bool mqttReconnect(int const maxRetries, int const timeout);
131130
int writeStdout(const byte data[], int length);
132131
int writeProperties(const byte data[], int length);
133132
int writeShadowOut(const byte data[], int length);

0 commit comments

Comments
 (0)