File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class ArduinoCloudDevice : public CloudProcess {
5555
5656 State _state;
5757 CommandId _command;
58- TimedAttempt _attachAttempt;
58+ tattempt:: TimedAttempt _attachAttempt;
5959 PropertyContainer _propertyContainer;
6060 unsigned int _propertyContainerIndex;
6161 bool _attached;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
128128 };
129129
130130 State _state;
131- TimedAttempt _connection_attempt;
131+ tattempt:: TimedAttempt _connection_attempt;
132132 MessageStream _message_stream;
133133 ArduinoCloudThing _thing;
134134 ArduinoCloudDevice _device;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class ArduinoCloudThing : public CloudProcess {
5252
5353 State _state;
5454 CommandId _command;
55- TimedAttempt _syncAttempt;
55+ tattempt:: TimedAttempt _syncAttempt;
5656 PropertyContainer _propertyContainer;
5757 unsigned int _propertyContainerIndex;
5858 int _utcOffset;
You can’t perform that action at this time.
0 commit comments