You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-06-11 22:48:09 +03:00
MQIdsp -> MQIsdp
This commit is contained in:
@ -24,9 +24,9 @@ uint8_t Adafruit_MQTT::connectPacket(uint8_t *packet) {
|
||||
// fill in packet[1] last
|
||||
|
||||
p[0] = 0;
|
||||
p[1] = 6; // (strlen(MQIdsp)
|
||||
p[1] = 6; // (strlen(MQIsdp)
|
||||
p+=2;
|
||||
memcpy(p,"MQIdsp", 6);
|
||||
memcpy(p,"MQIsdp", 6);
|
||||
p+=6;
|
||||
|
||||
p[0] = MQTT_PROTOCOL_LEVEL;
|
||||
|
Reference in New Issue
Block a user