Skip to content

Commit 7e5fe28

Browse files
aentingerilcato
andcommitted
Update src/ArduinoIoTCloud.cpp
Co-Authored-By: ilcato <ilcato@yahoo.com>
1 parent 860dbb3 commit 7e5fe28

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
@@ -214,7 +214,7 @@ void ArduinoIoTCloudClass::update(void (*callback)(void))
214214

215215
void ArduinoIoTCloudClass::update(int const reconnectionMaxRetries, int const reconnectionTimeoutMs)
216216
{
217-
unsigned long timestamp = getTimestamp();
217+
unsigned long const timestamp = getTimestamp();
218218
//check if a property is changed
219219
if(timestamp) Thing.updateTimestampOnChangedProperties(timestamp);
220220

0 commit comments

Comments
 (0)