1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-29 02:02:00 +03:00

removes client id from all example sketches

This commit is contained in:
Todd Treece
2015-10-05 15:26:02 -04:00
parent f1499b484a
commit 9a11d83cf5
5 changed files with 9 additions and 21 deletions

View File

@ -100,7 +100,7 @@ class Adafruit_MQTT_Subscribe; // forward decl
class Adafruit_MQTT {
public:
Adafruit_MQTT(const char *server = "io.adafruit.com",
uint16_t port = 1883,
uint16_t port = 1883,
const char *user = "",
const char *pass = "",
const char *cid = "");