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 86aff92 commit c5cdfc9Copy full SHA for c5cdfc9
Adafruit_MQTT.h
@@ -253,7 +253,7 @@ class Adafruit_MQTT {
253
const char *will_payload;
254
uint8_t will_qos;
255
uint8_t will_retain;
256
- uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
+ uint16_t keepAliveInterval; // MQTT KeepAlive time interval, in seconds
257
uint8_t buffer[MAXBUFFERSIZE]; // one buffer, used for all incoming/outgoing
258
uint16_t packet_id_counter;
259
0 commit comments