We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6adfb commit 380c433Copy full SHA for 380c433
src/ArduinoIoTCloudTCP.h
@@ -38,14 +38,6 @@ static uint16_t const DEFAULT_BROKER_PORT_SECURE_AUTH = 8883;
38
static char const DEFAULT_BROKER_ADDRESS_USER_PASS_AUTH[] = "mqtts-up.iot.arduino.cc";
39
static uint16_t const DEFAULT_BROKER_PORT_USER_PASS_AUTH = 8884;
40
41
-// Declaration of the struct for the mqtt connection options
42
-typedef struct {
43
- int keepAlive;
44
- bool cleanSession;
45
- int timeout;
46
-} mqttConnectionOptions;
47
-
48
49
class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
50
public:
51
ArduinoIoTCloudTCP();
0 commit comments