File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ ArduinoIoTCloudTCP::ArduinoIoTCloudTCP()
67
67
, _last_connection_attempt_cnt{0 }
68
68
, _next_device_subscribe_attempt_tick{0 }
69
69
, _last_device_subscribe_cnt{0 }
70
- , _last_sync_request_tick{0 }
71
- , _last_sync_request_cnt{0 }
72
70
, _next_thing_subscribe_attempt_tick{0 }
73
71
, _last_thing_subscribe_attempt_cnt{0 }
72
+ , _last_sync_request_tick{0 }
73
+ , _last_sync_request_cnt{0 }
74
74
, _mqtt_data_buf{0 }
75
75
, _mqtt_data_len{0 }
76
76
, _mqtt_data_request_retransmit{false }
Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
132
132
unsigned int _last_connection_attempt_cnt;
133
133
unsigned long _next_device_subscribe_attempt_tick;
134
134
unsigned int _last_device_subscribe_cnt;
135
- unsigned long _last_sync_request_tick;
136
- unsigned int _last_sync_request_cnt;
137
135
unsigned long _next_thing_subscribe_attempt_tick;
138
136
unsigned int _last_thing_subscribe_attempt_cnt;
137
+ unsigned long _last_sync_request_tick;
138
+ unsigned int _last_sync_request_cnt;
139
139
String _brokerAddress;
140
140
uint16_t _brokerPort;
141
141
uint8_t _mqtt_data_buf[MQTT_TRANSMIT_BUFFER_SIZE];
You can’t perform that action at this time.
0 commit comments