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 334ebe9 commit cd3b1fcCopy full SHA for cd3b1fc
src/ArduinoIoTCloud.h
@@ -78,8 +78,6 @@ class ArduinoIoTCloudClass
78
{
79
public:
80
81
- static const int TIMEOUT_FOR_LASTVALUES_SYNC = 10000;
82
-
83
virtual int connect () = 0;
84
virtual bool disconnect () = 0;
85
virtual void update () = 0;
src/ArduinoIoTCloudTCP.h
@@ -49,6 +49,9 @@ static uint16_t const DEFAULT_BROKER_PORT_USER_PASS_AUTH = 8884;
49
50
class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
51
52
+
53
+ static const int TIMEOUT_FOR_LASTVALUES_SYNC = 10000;
54
55
ArduinoIoTCloudTCP();
56
~ArduinoIoTCloudTCP();
57
int connect();
0 commit comments