We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860dbb3 commit 7e5fe28Copy full SHA for 7e5fe28
src/ArduinoIoTCloud.cpp
@@ -214,7 +214,7 @@ void ArduinoIoTCloudClass::update(void (*callback)(void))
214
215
void ArduinoIoTCloudClass::update(int const reconnectionMaxRetries, int const reconnectionTimeoutMs)
216
{
217
- unsigned long timestamp = getTimestamp();
+ unsigned long const timestamp = getTimestamp();
218
//check if a property is changed
219
if(timestamp) Thing.updateTimestampOnChangedProperties(timestamp);
220
0 commit comments