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
removes client id from all example sketches
This commit is contained in:
@ -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 = "");
|
||||
|
Reference in New Issue
Block a user