Skip to content

Commit 86aff92

Browse files
author
brentru
committed
fixup
1 parent a1e64c0 commit 86aff92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_MQTT.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ bool Adafruit_MQTT::will(const char *topic, const char *payload, uint8_t qos,
388388
return true;
389389
}
390390

391-
/**************************************************************************/
391+
/***************************************************************************/
392392
/*!
393393
@brief Sets the connect packet's KeepAlive Interval, in seconds. This
394394
function MUST be called prior to connect().
@@ -397,7 +397,7 @@ bool Adafruit_MQTT::will(const char *topic, const char *payload, uint8_t qos,
397397
client and the MQTT broker, in seconds.
398398
@returns True if called prior to connect(), False otherwise.
399399
*/
400-
/**************************************************************************/
400+
/***************************************************************************/
401401
bool Adafruit_MQTT::setKeepAliveInterval(uint16_t keepAlive) {
402402
if (connected()) {
403403
DEBUG_PRINT(F("keepAlive defined after connection established."));

0 commit comments

Comments
 (0)