Skip to content

Commit ddd80f7

Browse files
committed
Fixed update signature
1 parent e101b79 commit ddd80f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void ArduinoIoTCloudClass::update(CallbackFunc onSyncCompleteCallback)
212212
update(MAX_RETRIES, RECONNECTION_TIMEOUT, onSyncCompleteCallback);
213213
}
214214

215-
void ArduinoIoTCloudClass::update(int const reconnectionMaxRetries, int const reconnectionTimeoutMs)
215+
void ArduinoIoTCloudClass::update(int const reconnectionMaxRetries, int const reconnectionTimeoutMs, CallbackFunc onSyncCompleteCallback)
216216
{
217217
unsigned long const timestamp = getTimestamp();
218218
//check if a property is changed

0 commit comments

Comments
 (0)