Browse Source

Merge branch 'mslookup-development03' into development03

pull/1027/head
lumapu 2 years ago
parent
commit
58d8f7c7d0
  1. 4
      src/publisher/pubMqtt.h

4
src/publisher/pubMqtt.h

@ -314,7 +314,9 @@ class PubMqtt {
delete[] pyld;
}
const char *p = topic;
# quick fix for #889
# initial line: const char *p = topic;
const char *p = topic + strlen(mCfgMqtt->topic);
uint8_t pos = 0;
uint8_t elm = 0;
char tmp[30];

Loading…
Cancel
Save