Browse Source

Resolve conflict, accept upstream

pull/772/head
argafal 2 years ago
committed by Daniel Michalik
parent
commit
73032663c4
  1. 2
      src/publisher/pubMqtt.h

2
src/publisher/pubMqtt.h

@ -638,7 +638,7 @@ class PubMqtt {
// last will topic and payload must be available trough lifetime of 'espMqttClient'
char mLwtTopic[MQTT_TOPIC_LEN+5];
const char *mDevName, *mVersion;
char mClientId[26]; // number of chars is limited to 23 up to v3.1 of MQTT
char mClientId[24]; // number of chars is limited to 23 up to v3.1 of MQTT
char mTopic[MQTT_TOPIC_LEN+5];
};

Loading…
Cancel
Save