mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 00:16:42 +02:00
Merge branch 'main' of https://github.com/grindylow/ahoy
This commit is contained in:
commit
84cd0c419b
2 changed files with 4 additions and 4 deletions
|
@ -954,7 +954,7 @@ void app::sendMqttDiscoveryConfig(void) {
|
|||
}
|
||||
|
||||
serializeJson(doc, buffer);
|
||||
mMqtt.sendMsg2(discoveryTopic, buffer);
|
||||
mMqtt.sendMsg2(discoveryTopic, buffer, true);
|
||||
doc.clear();
|
||||
|
||||
yield();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue