We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e77ea commit b629c11Copy full SHA for b629c11
src/ArduinoIoTCloud.cpp
@@ -34,7 +34,6 @@ ArduinoIoTCloudClass::ArduinoIoTCloudClass()
34
, _lib_version{AIOT_CONFIG_LIB_VERSION}
35
, _device_id{""}
36
, _cloud_event_callback{nullptr}
37
-, _thing_id_outdated{false}
38
{
39
40
}
src/ArduinoIoTCloud.h
@@ -162,7 +162,6 @@ class ArduinoIoTCloudClass
162
163
String _device_id;
164
OnCloudEventCallback _cloud_event_callback[3];
165
- bool _thing_id_outdated;
166
};
167
168
#ifdef HAS_TCP
0 commit comments