Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 380c433

Browse files
Removing unused structure mqttConnectionOptions (#89)
1 parent 8b6adfb commit 380c433

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎src/ArduinoIoTCloudTCP.h‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ static uint16_t const DEFAULT_BROKER_PORT_SECURE_AUTH = 8883;
3838
static char const DEFAULT_BROKER_ADDRESS_USER_PASS_AUTH[] = "mqtts-up.iot.arduino.cc";
3939
static uint16_t const DEFAULT_BROKER_PORT_USER_PASS_AUTH = 8884;
4040

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-
4941
class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass {
5042
public:
5143
ArduinoIoTCloudTCP();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /