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 189c99a commit a4acad9Copy full SHA for a4acad9
src/ArduinoIoTCloudTCP.cpp
@@ -40,6 +40,8 @@ TimeService time_service;
40
GLOBAL CONSTANTS
41
******************************************************************************/
42
43
+static const int TIMEOUT_FOR_LASTVALUES_SYNC = 10000;
44
+
45
const static int CONNECT_SUCCESS = 1;
46
const static int CONNECT_FAILURE = 0;
47
const static int CONNECT_FAILURE_SUBSCRIBE = -1;
src/ArduinoIoTCloudTCP.h
@@ -49,8 +49,6 @@ static uint16_t const DEFAULT_BROKER_PORT_USER_PASS_AUTH = 8884;
49
class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
50
public:
51
52
- static const int TIMEOUT_FOR_LASTVALUES_SYNC = 10000;
53
-
54
ArduinoIoTCloudTCP();
55
virtual ~ArduinoIoTCloudTCP();
56
0 commit comments