mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 10:46:24 +02:00
Merge branch 'development03' of https://github.com/mslookup/ahoy into mslookup-development03
This commit is contained in:
commit
e9c8c1c20a
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue