You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-29 02:02:00 +03:00
back compatible ping()
This commit is contained in:
@ -169,7 +169,7 @@ class Adafruit_MQTT {
|
||||
Adafruit_MQTT_Subscribe *readSubscription(int16_t timeout=0);
|
||||
|
||||
// Ping the server to ensure the connection is still alive.
|
||||
bool ping();
|
||||
bool ping(uint8_t n);
|
||||
|
||||
protected:
|
||||
// Interface that subclasses need to implement:
|
||||
|
Reference in New Issue
Block a user